Html Css Color HEX #60114C Tyrian Purple

📋 copy color: '#60114C'

red 96 ◦ green 17 ◦ blue 76

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

Shades of Tyrian Purple #60114C

Tints of Tyrian Purple #60114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

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

R = 50.79%
G = 8.99%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#60114C (or 0x60114C) is known color: Tyrian Purple. HEX triplet: 60, 11 and 4C. RGB value is (96,17,76). Sum of RGB (Red+Green+Blue) = 96+17+76=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #60114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60114C is #9FEEB3. Grayscale: #2F2F2F. Windows color (decimal): -10481332 or 4985184. OLE color: 4985184.

HSL color Cylindrical-coordinate representation of color #60114C: hue angle of 315.19º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60114C is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 17 76 -
CMYK 0 0.82 0.21 0.62
HSL 315.19º 0.7% 0.22% -
HSV(B) 315.19º 0.82% 0.38% -
XYZ 6.33 3.41 7.16 -
YUV 47.35 144.17 162.7 -
System Red Green Blue C M Y K H S L
Decimal 96 17 76 0 0.82 0.21 0.62 315.19 0.7 0.22
Hex 60 11 4C 0 52 15 3E 13B 46 16
Octal 140 21 114 0 122 25 76 473 106 26
Binary 1100000 10001 1001100 0 1010010 10101 111110 100111011 1000110 10110

Color Harmonies of #60114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60114C

Black with #60114C

Text Example


Text Example

White with #60114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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