Html Css Color HEX #60014F Tyrian Purple

📋 copy color: '#60014F'

red 96 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #60014F

Tints of Tyrian Purple #60014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 44.89%

R = 54.55%
G = 0.57%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60014F (or 0x60014F) is known color: Tyrian Purple. HEX triplet: 60, 01 and 4F. RGB value is (96,1,79). Sum of RGB (Red+Green+Blue) = 96+1+79=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60014F is #9FFEB0. Grayscale: #262626. Windows color (decimal): -10485425 or 5177696. OLE color: 5177696.

HSL color Cylindrical-coordinate representation of color #60014F: hue angle of 310.74º 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 #60014F is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 1 79 -
CMYK 0 0.99 0.18 0.62
HSL 310.74º 0.98% 0.19% -
HSV(B) 310.74º 0.99% 0.38% -
XYZ 6.25 3.07 7.66 -
YUV 38.3 150.97 169.16 -
System Red Green Blue C M Y K H S L
Decimal 96 1 79 0 0.99 0.18 0.62 310.74 0.98 0.19
Hex 60 1 4F 0 63 12 3E 137 62 13
Octal 140 1 117 0 143 22 76 467 142 23
Binary 1100000 1 1001111 0 1100011 10010 111110 100110111 1100010 10011

Color Harmonies of #60014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60014F

Black with #60014F

Text Example


Text Example

White with #60014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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