Html Css Color HEX #60084D Tyrian Purple

📋 copy color: '#60084D'

red 96 ◦ green 8 ◦ blue 77

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

Shades of Tyrian Purple #60084D

Tints of Tyrian Purple #60084D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 42.54%

R = 53.04%
G = 4.42%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#60084D (or 0x60084D) is known color: Tyrian Purple. HEX triplet: 60, 08 and 4D. RGB value is (96,8,77). Sum of RGB (Red+Green+Blue) = 96+8+77=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #60084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60084D is #9FF7B2. Grayscale: #292929. Windows color (decimal): -10483635 or 5048416. OLE color: 5048416.

HSL color Cylindrical-coordinate representation of color #60084D: hue angle of 312.95º 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 #60084D is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 8 77 -
CMYK 0 0.92 0.20 0.62
HSL 312.95º 0.85% 0.2% -
HSV(B) 312.95º 0.92% 0.38% -
XYZ 6.25 3.2 7.31 -
YUV 42.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 96 8 77 0 0.92 0.20 0.62 312.95 0.85 0.2
Hex 60 8 4D 0 5C 14 3E 139 55 14
Octal 140 10 115 0 134 24 76 471 125 24
Binary 1100000 1000 1001101 0 1011100 10100 111110 100111001 1010101 10100

Color Harmonies of #60084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60084D

Black with #60084D

Text Example


Text Example

White with #60084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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