#60074F

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

Shades of Tyrian Purple #60074F

Tints of Tyrian Purple #60074F

Color information

#60074F (or 0x60074F) is unknown color: approx Tyrian Purple. HEX triplet: 60, 07 and 4F. RGB value is (96,7,79). Sum of RGB (Red+Green+Blue) = 96+7+79=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #60074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60074F is #9FF8B0. Grayscale: #292929. Windows color (decimal): -10483889 or 5179232. OLE color: 5179232.

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

Color convert

RGB96779-
CMYK00.930.180.62
HSL311.46º86.41%20.2%-
HSV(B)311.46º92.71%37.65%-
XYZ6.313.27.68-
YUV41.82148.99166.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 7 (3.12% from 255) = 3.85%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=52.75%
G=3.85%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9677900.930.180.62311.4686.4120.2
Hex6074F05D123E1375614
Octal14071170135227646712624
Binary110000011110011110101110110010111110100110111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,7,79); }

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

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

 a { background-color: rgb(96,7,79); }

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

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

 span { border-color: rgb(96,7,79); }

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