Html Css Color HEX #631374 Seance

📋 copy color: '#631374'

red 99 ◦ green 19 ◦ blue 116

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

Shades of Seance #631374

Tints of Seance #631374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.57%

R = 42.31%
G = 8.12%
B = 49.57%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#631374 (or 0x631374) is known color: Seance. HEX triplet: 63, 13 and 74. RGB value is (99,19,116). Sum of RGB (Red+Green+Blue) = 99+19+116=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #631374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631374 is #9CEC8B. Grayscale: #353535. Windows color (decimal): -10284172 or 7607139. OLE color: 7607139.

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

Color convert

RGB 99 19 116 -
CMYK 0.15 0.84 0 0.55
HSL 289.48º 0.72% 0.26% -
HSV(B) 289.48º 0.84% 0.45% -
XYZ 8.53 4.38 16.92 -
YUV 53.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 99 19 116 0.15 0.84 0 0.55 289.48 0.72 0.26
Hex 63 13 74 F 54 0 37 121 48 1A
Octal 143 23 164 17 124 0 67 441 110 32
Binary 1100011 10011 1110100 1111 1010100 0 110111 100100001 1001000 11010

Color Harmonies of #631374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631374

Black with #631374

Text Example


Text Example

White with #631374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631374; }

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

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

background-color css

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

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

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

border-color css

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

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

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