Html Css Color HEX #602478 Seance

📋 copy color: '#602478'

red 96 ◦ green 36 ◦ blue 120

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

Shades of Seance #602478

Tints of Seance #602478

RGB

 RED value IS 96 (37.89% from 255) = 38.1%

 GREEN value IS 36 (14.45% from 255) = 14.29%

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

R = 38.1%
G = 14.29%
B = 47.62%

CMYK

 C value IS 0.2

 M value IS 0.7

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#602478 (or 0x602478) is known color: Seance. HEX triplet: 60, 24 and 78. RGB value is (96,36,120). Sum of RGB (Red+Green+Blue) = 96+36+120=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #602478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602478 is #9FDB87. Grayscale: #3F3F3F. Windows color (decimal): -10476424 or 7873632. OLE color: 7873632.

HSL color Cylindrical-coordinate representation of color #602478: hue angle of 282.86º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602478 is Cyan = 0.2, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 36 120 -
CMYK 0.2 0.7 0 0.53
HSL 282.86º 0.54% 0.31% -
HSV(B) 282.86º 0.7% 0.47% -
XYZ 8.84 5.1 18.29 -
YUV 63.52 159.88 151.17 -
System Red Green Blue C M Y K H S L
Decimal 96 36 120 0.2 0.7 0 0.53 282.86 0.54 0.31
Hex 60 24 78 14 46 0 35 11B 36 1F
Octal 140 44 170 24 106 0 65 433 66 37
Binary 1100000 100100 1111000 10100 1000110 0 110101 100011011 110110 11111

Color Harmonies of #602478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602478

Black with #602478

Text Example


Text Example

White with #602478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602478; }

 p { color: rgb(96,36,120); }

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

background-color css

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

 a { background-color: rgb(96,36,120); }

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

border-color css

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

 span { border-color: rgb(96,36,120); }

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