Html Css Color HEX #602566 Seance

📋 copy color: '#602566'

red 96 ◦ green 37 ◦ blue 102

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

Shades of Seance #602566

Tints of Seance #602566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.74%

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 40.85%
G = 15.74%
B = 43.4%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#602566 (or 0x602566) is known color: Seance. HEX triplet: 60, 25 and 66. RGB value is (96,37,102). Sum of RGB (Red+Green+Blue) = 96+37+102=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #602566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602566 is #9FDA99. Grayscale: #3D3D3D. Windows color (decimal): -10476186 or 6694240. OLE color: 6694240.

HSL color Cylindrical-coordinate representation of color #602566: hue angle of 294.46º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #602566 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 37 102 -
CMYK 0.06 0.64 0 0.6
HSL 294.46º 0.47% 0.27% -
HSV(B) 294.46º 0.64% 0.4% -
XYZ 7.88 4.77 13.08 -
YUV 62.05 150.55 152.21 -
System Red Green Blue C M Y K H S L
Decimal 96 37 102 0.06 0.64 0 0.6 294.46 0.47 0.27
Hex 60 25 66 6 40 0 3C 126 2F 1B
Octal 140 45 146 6 100 0 74 446 57 33
Binary 1100000 100101 1100110 110 1000000 0 111100 100100110 101111 11011

Color Harmonies of #602566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602566

Black with #602566

Text Example


Text Example

White with #602566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602566; }

 p { color: rgb(96,37,102); }

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

background-color css

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

 a { background-color: rgb(96,37,102); }

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

border-color css

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

 span { border-color: rgb(96,37,102); }

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