#600552

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

Shades of Tyrian Purple #600552

Tints of Tyrian Purple #600552

Color information

#600552 (or 0x600552) is unknown color: approx Tyrian Purple. HEX triplet: 60, 05 and 52. RGB value is (96,5,82). Sum of RGB (Red+Green+Blue) = 96+5+82=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #600552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600552 is #9FFAAD. Grayscale: #282828. Windows color (decimal): -10484398 or 5375328. OLE color: 5375328.

HSL color Cylindrical-coordinate representation of color #600552: hue angle of 309.23º 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 #600552 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB96582-
CMYK00.950.150.62
HSL309.23º90.1%19.8%-
HSV(B)309.23º94.79%37.65%-
XYZ6.43.28.26-
YUV40.99151.15167.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 82 (32.42% from 255) = 44.81%
R=52.46%
G=2.73%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9658200.950.150.62309.2390.119.8
Hex6055205FF3E1355a14
Octal14051220137177646513224
Binary11000001011010010010111111111111110100110101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600552; }

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

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

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

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

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

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

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

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