Html Css Color HEX #60044E Tyrian Purple

📋 copy color: '#60044E'

red 96 ◦ green 4 ◦ blue 78

#60044E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #60044E

Tints of Tyrian Purple #60044E

RGB

 RED value IS 96 (37.89% from 255) = 53.93%

 GREEN value IS 4 (1.95% from 255) = 2.25%

 BLUE value IS 78 (30.86% from 255) = 43.82%

R = 53.93%
G = 2.25%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#60044E (or 0x60044E) is known color: Tyrian Purple. HEX triplet: 60, 04 and 4E. RGB value is (96,4,78). Sum of RGB (Red+Green+Blue) = 96+4+78=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60044E is #9FFBB1. Grayscale: #272727. Windows color (decimal): -10484658 or 5112928. OLE color: 5112928.

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

Color convert

RGB 96 4 78 -
CMYK 0 0.96 0.19 0.62
HSL 311.74º 0.92% 0.2% -
HSV(B) 311.74º 0.96% 0.38% -
XYZ 6.24 3.12 7.48 -
YUV 39.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 96 4 78 0 0.96 0.19 0.62 311.74 0.92 0.2
Hex 60 4 4E 0 60 13 3E 138 5C 14
Octal 140 4 116 0 140 23 76 470 134 24
Binary 1100000 100 1001110 0 1100000 10011 111110 100111000 1011100 10100

Color Harmonies of #60044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60044E

Black with #60044E

Text Example


Text Example

White with #60044E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60044E;
 }
 .AnyTagClassName
 {
   color: #60044E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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