#60082F

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

Shades of Tyrian Purple #60082F

Tints of Tyrian Purple #60082F

Color information

#60082F (or 0x60082F) is unknown color: approx Tyrian Purple. HEX triplet: 60, 08 and 2F. RGB value is (96,8,47). Sum of RGB (Red+Green+Blue) = 96+8+47=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #60082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60082F is #9FF7D0. Grayscale: #262626. Windows color (decimal): -10483665 or 3082336. OLE color: 3082336.

HSL color Cylindrical-coordinate representation of color #60082F: hue angle of 333.41º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60082F is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB96847-
CMYK00.920.510.62
HSL333.41º84.62%20.39%-
HSV(B)333.41º91.67%37.65%-
XYZ5.422.872.96-
YUV38.76132.65168.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.58%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=63.58%
G=5.30%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9684700.920.510.62333.4184.6220.39
Hex6082F05C333E14d5514
Octal14010570134637651512524
Binary1100000100010111101011100110011111110101001101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60082F; }

 p { color: rgb(96,8,47); }

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

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

 a { background-color: rgb(96,8,47); }

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

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

 span { border-color: rgb(96,8,47); }

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