Html Css Color HEX #631375 Seance

📋 copy color: '#631375'

red 99 ◦ green 19 ◦ blue 117

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

Shades of Seance #631375

Tints of Seance #631375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.79%

R = 42.13%
G = 8.09%
B = 49.79%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#631375 (or 0x631375) is known color: Seance. HEX triplet: 63, 13 and 75. RGB value is (99,19,117). Sum of RGB (Red+Green+Blue) = 99+19+117=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #631375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631375 is #9CEC8A. Grayscale: #353535. Windows color (decimal): -10284171 or 7672675. OLE color: 7672675.

HSL color Cylindrical-coordinate representation of color #631375: hue angle of 288.98º 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 #631375 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 19 117 -
CMYK 0.15 0.84 0 0.54
HSL 288.98º 0.72% 0.27% -
HSV(B) 288.98º 0.84% 0.46% -
XYZ 8.59 4.4 17.23 -
YUV 54.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 99 19 117 0.15 0.84 0 0.54 288.98 0.72 0.27
Hex 63 13 75 F 54 0 36 121 48 1B
Octal 143 23 165 17 124 0 66 441 110 33
Binary 1100011 10011 1110101 1111 1010100 0 110110 100100001 1001000 11011

Color Harmonies of #631375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631375

Black with #631375

Text Example


Text Example

White with #631375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631375; }

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

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

background-color css

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

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

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

border-color css

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

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

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