Html Css Color HEX #631371 Seance

📋 copy color: '#631371'

red 99 ◦ green 19 ◦ blue 113

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

Shades of Seance #631371

Tints of Seance #631371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.92%

R = 42.86%
G = 8.23%
B = 48.92%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#631371 (or 0x631371) is known color: Seance. HEX triplet: 63, 13 and 71. RGB value is (99,19,113). Sum of RGB (Red+Green+Blue) = 99+19+113=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #631371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631371 is #9CEC8E. Grayscale: #353535. Windows color (decimal): -10284175 or 7410531. OLE color: 7410531.

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

Color convert

RGB 99 19 113 -
CMYK 0.12 0.83 0 0.56
HSL 291.06º 0.71% 0.26% -
HSV(B) 291.06º 0.83% 0.44% -
XYZ 8.36 4.31 16.01 -
YUV 53.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 99 19 113 0.12 0.83 0 0.56 291.06 0.71 0.26
Hex 63 13 71 C 53 0 38 123 47 1A
Octal 143 23 161 14 123 0 70 443 107 32
Binary 1100011 10011 1110001 1100 1010011 0 111000 100100011 1000111 11010

Color Harmonies of #631371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631371

Black with #631371

Text Example


Text Example

White with #631371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631371; }

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

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

background-color css

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

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

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

border-color css

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

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

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