Html Css Color HEX #631972 Seance

📋 copy color: '#631972'

red 99 ◦ green 25 ◦ blue 114

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

Shades of Seance #631972

Tints of Seance #631972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.5%

 BLUE value IS 114 (44.92% from 255) = 47.9%

R = 41.6%
G = 10.5%
B = 47.9%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#631972 (or 0x631972) is known color: Seance. HEX triplet: 63, 19 and 72. RGB value is (99,25,114). Sum of RGB (Red+Green+Blue) = 99+25+114=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #631972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631972 is #9CE68D. Grayscale: #383838. Windows color (decimal): -10282638 or 7477603. OLE color: 7477603.

HSL color Cylindrical-coordinate representation of color #631972: hue angle of 289.89º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #631972 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 25 114 -
CMYK 0.13 0.78 0 0.55
HSL 289.89º 0.64% 0.27% -
HSV(B) 289.89º 0.78% 0.45% -
XYZ 8.53 4.56 16.35 -
YUV 57.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 99 25 114 0.13 0.78 0 0.55 289.89 0.64 0.27
Hex 63 19 72 D 4E 0 37 122 40 1B
Octal 143 31 162 15 116 0 67 442 100 33
Binary 1100011 11001 1110010 1101 1001110 0 110111 100100010 1000000 11011

Color Harmonies of #631972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631972

Black with #631972

Text Example


Text Example

White with #631972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631972; }

 p { color: rgb(99,25,114); }

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

background-color css

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

 a { background-color: rgb(99,25,114); }

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

border-color css

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

 span { border-color: rgb(99,25,114); }

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