Html Css Color HEX #631072 Seance

📋 copy color: '#631072'

red 99 ◦ green 16 ◦ blue 114

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

Shades of Seance #631072

Tints of Seance #631072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.99%

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

R = 43.23%
G = 6.99%
B = 49.78%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#631072 (or 0x631072) is known color: Seance. HEX triplet: 63, 10 and 72. RGB value is (99,16,114). Sum of RGB (Red+Green+Blue) = 99+16+114=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #631072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631072 is #9CEF8D. Grayscale: #333333. Windows color (decimal): -10284942 or 7475299. OLE color: 7475299.

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

Color convert

RGB 99 16 114 -
CMYK 0.13 0.86 0 0.55
HSL 290.82º 0.75% 0.25% -
HSV(B) 290.82º 0.86% 0.45% -
XYZ 8.37 4.24 16.3 -
YUV 51.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 99 16 114 0.13 0.86 0 0.55 290.82 0.75 0.25
Hex 63 10 72 D 56 0 37 123 4B 19
Octal 143 20 162 15 126 0 67 443 113 31
Binary 1100011 10000 1110010 1101 1010110 0 110111 100100011 1001011 11001

Color Harmonies of #631072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631072

Black with #631072

Text Example


Text Example

White with #631072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631072; }

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

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

background-color css

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

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

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

border-color css

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

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

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