#600352

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

Shades of Tyrian Purple #600352

Tints of Tyrian Purple #600352

Color information

#600352 (or 0x600352) is unknown color: approx Tyrian Purple. HEX triplet: 60, 03 and 52. RGB value is (96,3,82). Sum of RGB (Red+Green+Blue) = 96+3+82=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #600352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600352 is #9FFCAD. Grayscale: #272727. Windows color (decimal): -10484910 or 5374816. OLE color: 5374816.

HSL color Cylindrical-coordinate representation of color #600352: hue angle of 309.03º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600352 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB96382-
CMYK00.970.150.62
HSL309.03º93.94%19.41%-
HSV(B)309.03º96.88%37.65%-
XYZ6.383.168.26-
YUV39.81151.81168.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 82 (32.42% from 255) = 45.30%
R=53.04%
G=1.66%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9638200.970.150.62309.0393.9419.41
Hex60352061F3E1355e13
Octal14031220141177646513623
Binary1100000111010010011000011111111110100110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600352; }

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

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

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

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

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

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

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

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