#600532

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

Shades of Tyrian Purple #600532

Tints of Tyrian Purple #600532

Color information

#600532 (or 0x600532) is unknown color: approx Tyrian Purple. HEX triplet: 60, 05 and 32. RGB value is (96,5,50). Sum of RGB (Red+Green+Blue) = 96+5+50=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #600532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600532 is #9FFACD. Grayscale: #252525. Windows color (decimal): -10484430 or 3278176. OLE color: 3278176.

HSL color Cylindrical-coordinate representation of color #600532: hue angle of 330.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600532 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB96550-
CMYK00.950.480.62
HSL330.33º90.1%19.8%-
HSV(B)330.33º94.79%37.65%-
XYZ5.452.833.28-
YUV37.34135.15169.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.58%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=63.58%
G=3.31%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9655000.950.480.62330.3390.119.8
Hex6053205F303E14a5a14
Octal1405620137607651213224
Binary110000010111001001011111110000111110101001010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600532; }

 p { color: rgb(96,5,50); }

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

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

 a { background-color: rgb(96,5,50); }

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

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

 span { border-color: rgb(96,5,50); }

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