Html Css Color HEX #60114F Tyrian Purple

📋 copy color: '#60114F'

red 96 ◦ green 17 ◦ blue 79

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

Shades of Tyrian Purple #60114F

Tints of Tyrian Purple #60114F

RGB

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

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

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

R = 50%
G = 8.85%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60114F (or 0x60114F) is known color: Tyrian Purple. HEX triplet: 60, 11 and 4F. RGB value is (96,17,79). Sum of RGB (Red+Green+Blue) = 96+17+79=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60114F is #9FEEB0. Grayscale: #2F2F2F. Windows color (decimal): -10481329 or 5181792. OLE color: 5181792.

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

Color convert

RGB 96 17 79 -
CMYK 0 0.82 0.18 0.62
HSL 312.91º 0.7% 0.22% -
HSV(B) 312.91º 0.82% 0.38% -
XYZ 6.44 3.45 7.72 -
YUV 47.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 96 17 79 0 0.82 0.18 0.62 312.91 0.7 0.22
Hex 60 11 4F 0 52 12 3E 139 46 16
Octal 140 21 117 0 122 22 76 471 106 26
Binary 1100000 10001 1001111 0 1010010 10010 111110 100111001 1000110 10110

Color Harmonies of #60114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60114F

Black with #60114F

Text Example


Text Example

White with #60114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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