#600353

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

Shades of Tyrian Purple #600353

Tints of Tyrian Purple #600353

Color information

#600353 (or 0x600353) is unknown color: approx Tyrian Purple. HEX triplet: 60, 03 and 53. RGB value is (96,3,83). Sum of RGB (Red+Green+Blue) = 96+3+83=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #600353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600353 is #9FFCAC. Grayscale: #272727. Windows color (decimal): -10484909 or 5440352. OLE color: 5440352.

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

Color convert

RGB96383-
CMYK00.970.140.62
HSL308.39º93.94%19.41%-
HSV(B)308.39º96.88%37.65%-
XYZ6.423.188.46-
YUV39.93152.31168-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 3 (1.56% from 255) = 1.65%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=52.75%
G=1.65%
B=45.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9638300.970.140.62308.3993.9419.41
Hex60353061E3E1345e13
Octal14031230141167646413623
Binary1100000111010011011000011110111110100110100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600353; }

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

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

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

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

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

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

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

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