Html Css Color HEX #60014C Tyrian Purple

📋 copy color: '#60014C'

red 96 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #60014C

Tints of Tyrian Purple #60014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 43.93%

R = 55.49%
G = 0.58%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#60014C (or 0x60014C) is known color: Tyrian Purple. HEX triplet: 60, 01 and 4C. RGB value is (96,1,76). Sum of RGB (Red+Green+Blue) = 96+1+76=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #60014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60014C is #9FFEB3. Grayscale: #252525. Windows color (decimal): -10485428 or 4981088. OLE color: 4981088.

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

Color convert

RGB 96 1 76 -
CMYK 0 0.99 0.21 0.62
HSL 312.63º 0.98% 0.19% -
HSV(B) 312.63º 0.99% 0.38% -
XYZ 6.14 3.03 7.1 -
YUV 37.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 96 1 76 0 0.99 0.21 0.62 312.63 0.98 0.19
Hex 60 1 4C 0 63 15 3E 139 62 13
Octal 140 1 114 0 143 25 76 471 142 23
Binary 1100000 1 1001100 0 1100011 10101 111110 100111001 1100010 10011

Color Harmonies of #60014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60014C

Black with #60014C

Text Example


Text Example

White with #60014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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