#602575

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

Shades of Seance #602575

Tints of Seance #602575

Color information

#602575 (or 0x602575) is unknown color: approx Seance. HEX triplet: 60, 25 and 75. RGB value is (96,37,117). Sum of RGB (Red+Green+Blue) = 96+37+117=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #602575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602575 is #9FDA8A. Grayscale: #3F3F3F. Windows color (decimal): -10476171 or 7677280. OLE color: 7677280.

HSL color Cylindrical-coordinate representation of color #602575: hue angle of 284.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #602575 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9637117-
CMYK0.180.6800.54
HSL284.25º51.95%30.2%-
HSV(B)284.25º68.38%45.88%-
XYZ8.75.0917.35-
YUV63.76158.05151-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=38.4%
G=14.8%
B=46.8%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96371170.180.6800.54284.2551.9530.2
Hex602575124403611c341e
Octal14045165221040664346436
Binary11000001001011110101100101000100011011010001110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602575; }

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

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

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

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

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

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

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

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