#600253

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

Shades of Tyrian Purple #600253

Tints of Tyrian Purple #600253

Color information

#600253 (or 0x600253) is unknown color: approx Tyrian Purple. HEX triplet: 60, 02 and 53. RGB value is (96,2,83). Sum of RGB (Red+Green+Blue) = 96+2+83=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #600253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600253 is #9FFDAC. Grayscale: #272727. Windows color (decimal): -10485165 or 5440096. OLE color: 5440096.

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

Color convert

RGB96283-
CMYK00.980.140.62
HSL308.3º95.92%19.22%-
HSV(B)308.3º97.92%37.65%-
XYZ6.413.158.45-
YUV39.34152.64168.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 83 (32.81% from 255) = 45.86%
R=53.04%
G=1.10%
B=45.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9628300.980.140.62308.395.9219.22
Hex60253062E3E1346013
Octal14021230142167646414023
Binary1100000101010011011000101110111110100110100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600253; }

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

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

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

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

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

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

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

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