#602270

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

Shades of Seance #602270

Tints of Seance #602270

Color information

#602270 (or 0x602270) is unknown color: approx Seance. HEX triplet: 60, 22 and 70. RGB value is (96,34,112). Sum of RGB (Red+Green+Blue) = 96+34+112=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #602270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602270 is #9FDD8F. Grayscale: #3D3D3D. Windows color (decimal): -10476944 or 7348832. OLE color: 7348832.

HSL color Cylindrical-coordinate representation of color #602270: hue angle of 287.69º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602270 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9634112-
CMYK0.140.7000.56
HSL287.69º53.42%28.63%-
HSV(B)287.69º69.64%43.92%-
XYZ8.324.815.82-
YUV61.43156.54152.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 34 (13.67% from 255) = 14.05%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=39.67%
G=14.05%
B=46.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96341120.140.7000.56287.6953.4228.63
Hex602270E46038120351d
Octal14042160161060704406535
Binary1100000100010111000011101000110011100010010000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602270; }

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

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

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

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

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

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

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

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