Html Css Color HEX #631172 Seance

📋 copy color: '#631172'

red 99 ◦ green 17 ◦ blue 114

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

Shades of Seance #631172

Tints of Seance #631172

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.39%

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

R = 43.04%
G = 7.39%
B = 49.57%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#631172 (or 0x631172) is known color: Seance. HEX triplet: 63, 11 and 72. RGB value is (99,17,114). Sum of RGB (Red+Green+Blue) = 99+17+114=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #631172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631172 is #9CEE8D. Grayscale: #343434. Windows color (decimal): -10284686 or 7475555. OLE color: 7475555.

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

Color convert

RGB 99 17 114 -
CMYK 0.13 0.85 0 0.55
HSL 290.72º 0.74% 0.26% -
HSV(B) 290.72º 0.85% 0.45% -
XYZ 8.38 4.27 16.3 -
YUV 52.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 99 17 114 0.13 0.85 0 0.55 290.72 0.74 0.26
Hex 63 11 72 D 55 0 37 123 4A 1A
Octal 143 21 162 15 125 0 67 443 112 32
Binary 1100011 10001 1110010 1101 1010101 0 110111 100100011 1001010 11010

Color Harmonies of #631172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631172

Black with #631172

Text Example


Text Example

White with #631172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631172; }

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

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

background-color css

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

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

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

border-color css

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

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

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