#600F33

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

Shades of Tyrian Purple #600F33

Tints of Tyrian Purple #600F33

Color information

#600F33 (or 0x600F33) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0F and 33. RGB value is (96,15,51). Sum of RGB (Red+Green+Blue) = 96+15+51=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #600F33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F33 is #9FF0CC. Grayscale: #2B2B2B. Windows color (decimal): -10481869 or 3346272. OLE color: 3346272.

HSL color Cylindrical-coordinate representation of color #600F33: hue angle of 333.33º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F33 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB961551-
CMYK00.840.470.62
HSL333.33º72.97%21.76%-
HSV(B)333.33º84.38%37.65%-
XYZ5.593.073.43-
YUV43.32132.34165.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 15 (6.25% from 255) = 9.26%
BLUE value IS 51 (20.31% from 255) = 31.48%
R=59.26%
G=9.26%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96155100.840.470.62333.3372.9721.76
Hex60F330542F3E14d4916
Octal14017630124577651511126
Binary1100000111111001101010100101111111110101001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600F33; }

 p { color: rgb(96,15,51); }

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

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

 a { background-color: rgb(96,15,51); }

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

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

 span { border-color: rgb(96,15,51); }

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