#602569

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

Shades of Seance #602569

Tints of Seance #602569

Color information

#602569 (or 0x602569) is unknown color: approx Seance. HEX triplet: 60, 25 and 69. RGB value is (96,37,105). Sum of RGB (Red+Green+Blue) = 96+37+105=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #602569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602569 is #9FDA96. Grayscale: #3E3E3E. Windows color (decimal): -10476183 or 6890848. OLE color: 6890848.

HSL color Cylindrical-coordinate representation of color #602569: hue angle of 292.06º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #602569 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9637105-
CMYK0.090.6500.59
HSL292.06º47.89%27.84%-
HSV(B)292.06º64.76%41.18%-
XYZ8.044.8313.87-
YUV62.39152.05151.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.34%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=40.34%
G=15.55%
B=44.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96371050.090.6500.59292.0647.8927.84
Hex60256994103B124301c
Octal14045151111010734446034
Binary1100000100101110100110011000001011101110010010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602569; }

 p { color: rgb(96,37,105); }

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

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

 a { background-color: rgb(96,37,105); }

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

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

 span { border-color: rgb(96,37,105); }

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