#602770

Color #602770 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #602770

Tints of Seance #602770

Color information

#602770 (or 0x602770) is unknown color: approx Seance. HEX triplet: 60, 27 and 70. RGB value is (96,39,112). Sum of RGB (Red+Green+Blue) = 96+39+112=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #602770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602770 is #9FD88F. Grayscale: #404040. Windows color (decimal): -10475664 or 7350112. OLE color: 7350112.

HSL color Cylindrical-coordinate representation of color #602770: hue angle of 286.85º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #602770 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9639112-
CMYK0.140.6500.56
HSL286.85º48.34%29.61%-
HSV(B)286.85º65.18%43.92%-
XYZ8.475.1115.87-
YUV64.36154.88150.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 39 (15.62% from 255) = 15.79%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=38.87%
G=15.79%
B=45.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96391120.140.6500.56286.8548.3429.61
Hex602770E4103811f301e
Octal14047160161010704376036
Binary1100000100111111000011101000001011100010001111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602770; }

 p { color: rgb(96,39,112); }

 H1.HeaderClassName
 {
   color: #602770;
 }
 .AnyTagClassName
 {
   color: #602770;
 }
</style>
background-color css

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

 a { background-color: rgb(96,39,112); }

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

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

 span { border-color: rgb(96,39,112); }

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