Html Css Color HEX #60014D Tyrian Purple

📋 copy color: '#60014D'

red 96 ◦ green 1 ◦ blue 77

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

Shades of Tyrian Purple #60014D

Tints of Tyrian Purple #60014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 77 (30.47% from 255) = 44.25%

R = 55.17%
G = 0.57%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#60014D (or 0x60014D) is known color: Tyrian Purple. HEX triplet: 60, 01 and 4D. RGB value is (96,1,77). Sum of RGB (Red+Green+Blue) = 96+1+77=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #60014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60014D is #9FFEB2. Grayscale: #252525. Windows color (decimal): -10485427 or 5046624. OLE color: 5046624.

HSL color Cylindrical-coordinate representation of color #60014D: hue angle of 312º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60014D is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 1 77 -
CMYK 0 0.99 0.20 0.62
HSL 312º 0.98% 0.19% -
HSV(B) 312º 0.99% 0.38% -
XYZ 6.17 3.04 7.28 -
YUV 38.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 96 1 77 0 0.99 0.20 0.62 312 0.98 0.19
Hex 60 1 4D 0 63 14 3E 138 62 13
Octal 140 1 115 0 143 24 76 470 142 23
Binary 1100000 1 1001101 0 1100011 10100 111110 100111000 1100010 10011

Color Harmonies of #60014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60014D

Black with #60014D

Text Example


Text Example

White with #60014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60014D; }

 p { color: rgb(96,1,77); }

 H1.HeaderClassName
 {
   color: #60014D;
 }
 .AnyTagClassName
 {
   color: #60014D;
 }
</style>

background-color css

<style>
 a { background-color: #60014D; }

 a { background-color: rgb(96,1,77); }

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

border-color css

<style>
 span { border-color: #60014D; }

 span { border-color: rgb(96,1,77); }

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