Html Css Color HEX #60084C Tyrian Purple

📋 copy color: '#60084C'

red 96 ◦ green 8 ◦ blue 76

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

Shades of Tyrian Purple #60084C

Tints of Tyrian Purple #60084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.44%

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

R = 53.33%
G = 4.44%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#60084C (or 0x60084C) is known color: Tyrian Purple. HEX triplet: 60, 08 and 4C. RGB value is (96,8,76). Sum of RGB (Red+Green+Blue) = 96+8+76=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60084C is #9FF7B3. Grayscale: #292929. Windows color (decimal): -10483636 or 4982880. OLE color: 4982880.

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

Color convert

RGB 96 8 76 -
CMYK 0 0.92 0.21 0.62
HSL 313.64º 0.85% 0.2% -
HSV(B) 313.64º 0.92% 0.38% -
XYZ 6.22 3.18 7.12 -
YUV 42.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 96 8 76 0 0.92 0.21 0.62 313.64 0.85 0.2
Hex 60 8 4C 0 5C 15 3E 13A 55 14
Octal 140 10 114 0 134 25 76 472 125 24
Binary 1100000 1000 1001100 0 1011100 10101 111110 100111010 1010101 10100

Color Harmonies of #60084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60084C

Black with #60084C

Text Example


Text Example

White with #60084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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