Html Css Color HEX #631372 Seance

📋 copy color: '#631372'

red 99 ◦ green 19 ◦ blue 114

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

Shades of Seance #631372

Tints of Seance #631372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.19%

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

R = 42.67%
G = 8.19%
B = 49.14%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#631372 (or 0x631372) is known color: Seance. HEX triplet: 63, 13 and 72. RGB value is (99,19,114). Sum of RGB (Red+Green+Blue) = 99+19+114=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #631372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631372 is #9CEC8D. Grayscale: #353535. Windows color (decimal): -10284174 or 7476067. OLE color: 7476067.

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

Color convert

RGB 99 19 114 -
CMYK 0.13 0.83 0 0.55
HSL 290.53º 0.71% 0.26% -
HSV(B) 290.53º 0.83% 0.45% -
XYZ 8.42 4.33 16.31 -
YUV 53.75 162 160.28 -
System Red Green Blue C M Y K H S L
Decimal 99 19 114 0.13 0.83 0 0.55 290.53 0.71 0.26
Hex 63 13 72 D 53 0 37 123 47 1A
Octal 143 23 162 15 123 0 67 443 107 32
Binary 1100011 10011 1110010 1101 1010011 0 110111 100100011 1000111 11010

Color Harmonies of #631372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631372

Black with #631372

Text Example


Text Example

White with #631372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631372; }

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

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

background-color css

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

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

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

border-color css

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

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

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