Html Css Color HEX #60124C Tyrian Purple

📋 copy color: '#60124C'

red 96 ◦ green 18 ◦ blue 76

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

Shades of Tyrian Purple #60124C

Tints of Tyrian Purple #60124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.47%

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

R = 50.53%
G = 9.47%
B = 40%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#60124C (or 0x60124C) is known color: Tyrian Purple. HEX triplet: 60, 12 and 4C. RGB value is (96,18,76). Sum of RGB (Red+Green+Blue) = 96+18+76=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #60124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60124C is #9FEDB3. Grayscale: #2F2F2F. Windows color (decimal): -10481076 or 4985440. OLE color: 4985440.

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

Color convert

RGB 96 18 76 -
CMYK 0 0.81 0.21 0.62
HSL 315.38º 0.68% 0.22% -
HSV(B) 315.38º 0.81% 0.38% -
XYZ 6.34 3.44 7.17 -
YUV 47.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 96 18 76 0 0.81 0.21 0.62 315.38 0.68 0.22
Hex 60 12 4C 0 51 15 3E 13B 44 16
Octal 140 22 114 0 121 25 76 473 104 26
Binary 1100000 10010 1001100 0 1010001 10101 111110 100111011 1000100 10110

Color Harmonies of #60124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60124C

Black with #60124C

Text Example


Text Example

White with #60124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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