#60034E

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

Shades of Tyrian Purple #60034E

Tints of Tyrian Purple #60034E

Color information

#60034E (or 0x60034E) is unknown color: approx Tyrian Purple. HEX triplet: 60, 03 and 4E. RGB value is (96,3,78). Sum of RGB (Red+Green+Blue) = 96+3+78=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60034E is #9FFCB1. Grayscale: #272727. Windows color (decimal): -10484914 or 5112672. OLE color: 5112672.

HSL color Cylindrical-coordinate representation of color #60034E: hue angle of 311.61º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60034E is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB96378-
CMYK00.970.190.62
HSL311.61º93.94%19.41%-
HSV(B)311.61º96.88%37.65%-
XYZ6.233.17.48-
YUV39.36149.81168.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.24%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 78 (30.86% from 255) = 44.07%
R=54.24%
G=1.69%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9637800.970.190.62311.6193.9419.41
Hex6034E061133E1385e13
Octal14031160141237647013623
Binary11000001110011100110000110011111110100111000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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