Html Css Color HEX #631E7D Seance

📋 copy color: '#631E7D'

red 99 ◦ green 30 ◦ blue 125

#631E7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #631E7D

Tints of Seance #631E7D

RGB

 RED value IS 99 (39.06% from 255) = 38.98%

 GREEN value IS 30 (12.11% from 255) = 11.81%

 BLUE value IS 125 (49.22% from 255) = 49.21%

R = 38.98%
G = 11.81%
B = 49.21%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#631E7D (or 0x631E7D) is known color: Seance. HEX triplet: 63, 1E and 7D. RGB value is (99,30,125). Sum of RGB (Red+Green+Blue) = 99+30+125=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #631E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631E7D is #9CE182. Grayscale: #3D3D3D. Windows color (decimal): -10281347 or 8199779. OLE color: 8199779.

HSL color Cylindrical-coordinate representation of color #631E7D: hue angle of 283.58º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #631E7D is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 30 125 -
CMYK 0.21 0.76 0 0.51
HSL 283.58º 0.61% 0.3% -
HSV(B) 283.58º 0.76% 0.49% -
XYZ 9.31 5.06 19.89 -
YUV 61.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 99 30 125 0.21 0.76 0 0.51 283.58 0.61 0.3
Hex 63 1E 7D 15 4C 0 33 11C 3D 1E
Octal 143 36 175 25 114 0 63 434 75 36
Binary 1100011 11110 1111101 10101 1001100 0 110011 100011100 111101 11110

Color Harmonies of #631E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E7D

Black with #631E7D

Text Example


Text Example

White with #631E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631E7D; }

 p { color: rgb(99,30,125); }

 H1.HeaderClassName
 {
   color: #631E7D;
 }
 .AnyTagClassName
 {
   color: #631E7D;
 }
</style>

background-color css

<style>
 a { background-color: #631E7D; }

 a { background-color: rgb(99,30,125); }

 div.DivClassName
 {
   background-color: #631E7D;
 }
 .BgClassName
 {
   background-color: #631E7D;
 }
</style>

border-color css

<style>
 span { border-color: #631E7D; }

 span { border-color: rgb(99,30,125); }

 td.TdClassName
 {
   border-color: #631E7D;
 }
 .TagClassName
 {
   border-color: #631E7D;
 }
</style>