#60042F

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

Shades of Tyrian Purple #60042F

Tints of Tyrian Purple #60042F

Color information

#60042F (or 0x60042F) is unknown color: approx Tyrian Purple. HEX triplet: 60, 04 and 2F. RGB value is (96,4,47). Sum of RGB (Red+Green+Blue) = 96+4+47=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #60042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60042F is #9FFBD0. Grayscale: #242424. Windows color (decimal): -10484689 or 3081312. OLE color: 3081312.

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

Color convert

RGB96447-
CMYK00.960.510.62
HSL331.96º92%19.61%-
HSV(B)331.96º95.83%37.65%-
XYZ5.382.782.94-
YUV36.41133.98170.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.31%
GREEN value IS 4 (1.95% from 255) = 2.72%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=65.31%
G=2.72%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9644700.960.510.62331.969219.61
Hex6042F060333E14c5c14
Octal1404570140637651413424
Binary110000010010111101100000110011111110101001100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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