#602D70

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

Shades of Seance #602D70

Tints of Seance #602D70

Color information

#602D70 (or 0x602D70) is unknown color: approx Seance. HEX triplet: 60, 2D and 70. RGB value is (96,45,112). Sum of RGB (Red+Green+Blue) = 96+45+112=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #602D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602D70 is #9FD28F. Grayscale: #434343. Windows color (decimal): -10474128 or 7351648. OLE color: 7351648.

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

Color convert

RGB9645112-
CMYK0.140.6000.56
HSL285.67º42.68%30.78%-
HSV(B)285.67º59.82%43.92%-
XYZ8.695.5315.94-
YUV67.89152.9148.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 45 (17.97% from 255) = 17.79%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=37.94%
G=17.79%
B=44.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96451120.140.6000.56285.6742.6830.78
Hex602D70E3C03811e2b1f
Octal1405516016740704365337
Binary110000010110111100001110111100011100010001111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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