Html Css Color HEX #631278 Seance

📋 copy color: '#631278'

red 99 ◦ green 18 ◦ blue 120

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

Shades of Seance #631278

Tints of Seance #631278

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.59%

 BLUE value IS 120 (47.27% from 255) = 50.63%

R = 41.77%
G = 7.59%
B = 50.63%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#631278 (or 0x631278) is known color: Seance. HEX triplet: 63, 12 and 78. RGB value is (99,18,120). Sum of RGB (Red+Green+Blue) = 99+18+120=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #631278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631278 is #9CED87. Grayscale: #353535. Windows color (decimal): -10284424 or 7869027. OLE color: 7869027.

HSL color Cylindrical-coordinate representation of color #631278: hue angle of 287.65º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631278 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 99 18 120 -
CMYK 0.17 0.85 0 0.53
HSL 287.65º 0.74% 0.27% -
HSV(B) 287.65º 0.85% 0.47% -
XYZ 8.75 4.44 18.17 -
YUV 53.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 99 18 120 0.17 0.85 0 0.53 287.65 0.74 0.27
Hex 63 12 78 11 55 0 35 120 4A 1B
Octal 143 22 170 21 125 0 65 440 112 33
Binary 1100011 10010 1111000 10001 1010101 0 110101 100100000 1001010 11011

Color Harmonies of #631278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631278

Black with #631278

Text Example


Text Example

White with #631278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631278; }

 p { color: rgb(99,18,120); }

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

background-color css

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

 a { background-color: rgb(99,18,120); }

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

border-color css

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

 span { border-color: rgb(99,18,120); }

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