#602272

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

Shades of Seance #602272

Tints of Seance #602272

Color information

#602272 (or 0x602272) is unknown color: approx Seance. HEX triplet: 60, 22 and 72. RGB value is (96,34,114). Sum of RGB (Red+Green+Blue) = 96+34+114=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #602272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602272 is #9FDD8D. Grayscale: #3D3D3D. Windows color (decimal): -10476942 or 7479904. OLE color: 7479904.

HSL color Cylindrical-coordinate representation of color #602272: hue angle of 286.5º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602272 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9634114-
CMYK0.160.7000.55
HSL286.5º54.05%29.02%-
HSV(B)286.5º70.18%44.71%-
XYZ8.434.8516.41-
YUV61.66157.54152.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 34 (13.67% from 255) = 13.93%
BLUE value IS 114 (44.92% from 255) = 46.72%
R=39.34%
G=13.93%
B=46.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96341140.160.7000.55286.554.0529.02
Hex602272104603711e361d
Octal14042162201060674366635
Binary11000001000101110010100001000110011011110001111011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602272; }

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

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

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

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

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

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

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

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