#602567

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

Shades of Seance #602567

Tints of Seance #602567

Color information

#602567 (or 0x602567) is unknown color: approx Seance. HEX triplet: 60, 25 and 67. RGB value is (96,37,103). Sum of RGB (Red+Green+Blue) = 96+37+103=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #602567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602567 is #9FDA98. Grayscale: #3D3D3D. Windows color (decimal): -10476185 or 6759776. OLE color: 6759776.

HSL color Cylindrical-coordinate representation of color #602567: hue angle of 293.64º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #602567 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9637103-
CMYK0.070.6400.60
HSL293.64º47.14%27.45%-
HSV(B)293.64º64.08%40.39%-
XYZ7.934.7913.34-
YUV62.17151.05152.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.68%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 103 (40.62% from 255) = 43.64%
R=40.68%
G=15.68%
B=43.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96371030.070.6400.60293.6447.1427.45
Hex60256774003C1262f1b
Octal1404514771000744465733
Binary110000010010111001111111000000011110010010011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602567; }

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

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

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

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

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

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

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

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