Html Css Color HEX #631376 Seance

📋 copy color: '#631376'

red 99 ◦ green 19 ◦ blue 118

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

Shades of Seance #631376

Tints of Seance #631376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50%

R = 41.95%
G = 8.05%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#631376 (or 0x631376) is known color: Seance. HEX triplet: 63, 13 and 76. RGB value is (99,19,118). Sum of RGB (Red+Green+Blue) = 99+19+118=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #631376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631376 is #9CEC89. Grayscale: #353535. Windows color (decimal): -10284170 or 7738211. OLE color: 7738211.

HSL color Cylindrical-coordinate representation of color #631376: hue angle of 288.48º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631376 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 19 118 -
CMYK 0.16 0.84 0 0.54
HSL 288.48º 0.72% 0.27% -
HSV(B) 288.48º 0.84% 0.46% -
XYZ 8.65 4.43 17.54 -
YUV 54.21 164 159.95 -
System Red Green Blue C M Y K H S L
Decimal 99 19 118 0.16 0.84 0 0.54 288.48 0.72 0.27
Hex 63 13 76 10 54 0 36 120 48 1B
Octal 143 23 166 20 124 0 66 440 110 33
Binary 1100011 10011 1110110 10000 1010100 0 110110 100100000 1001000 11011

Color Harmonies of #631376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631376

Black with #631376

Text Example


Text Example

White with #631376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631376; }

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

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

background-color css

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

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

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

border-color css

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

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

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