#60074E

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

Shades of Tyrian Purple #60074E

Tints of Tyrian Purple #60074E

Color information

#60074E (or 0x60074E) is unknown color: approx Tyrian Purple. HEX triplet: 60, 07 and 4E. RGB value is (96,7,78). Sum of RGB (Red+Green+Blue) = 96+7+78=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #60074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60074E is #9FF8B1. Grayscale: #292929. Windows color (decimal): -10483890 or 5113696. OLE color: 5113696.

HSL color Cylindrical-coordinate representation of color #60074E: hue angle of 312.13º 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 #60074E is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB96778-
CMYK00.930.190.62
HSL312.13º86.41%20.2%-
HSV(B)312.13º92.71%37.65%-
XYZ6.273.197.49-
YUV41.7148.49166.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 7 (3.12% from 255) = 3.87%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=53.04%
G=3.87%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9677800.930.190.62312.1386.4120.2
Hex6074E05D133E1385614
Octal14071160135237647012624
Binary110000011110011100101110110011111110100111000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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