#602E70

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

Shades of Seance #602E70

Tints of Seance #602E70

Color information

#602E70 (or 0x602E70) is unknown color: approx Seance. HEX triplet: 60, 2E and 70. RGB value is (96,46,112). Sum of RGB (Red+Green+Blue) = 96+46+112=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #602E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602E70 is #9FD18F. Grayscale: #444444. Windows color (decimal): -10473872 or 7351904. OLE color: 7351904.

HSL color Cylindrical-coordinate representation of color #602E70: hue angle of 285.45º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #602E70 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9646112-
CMYK0.140.5900.56
HSL285.45º41.77%30.98%-
HSV(B)285.45º58.93%43.92%-
XYZ8.735.6115.95-
YUV68.47152.56147.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 46 (18.36% from 255) = 18.11%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=37.80%
G=18.11%
B=44.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96461120.140.5900.56285.4541.7730.98
Hex602E70E3B03811d2a1f
Octal1405616016730704355237
Binary110000010111011100001110111011011100010001110110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602E70; }

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

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

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

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

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

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

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

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