Html Css Color HEX #60084F Tyrian Purple

📋 copy color: '#60084F'

red 96 ◦ green 8 ◦ blue 79

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

Shades of Tyrian Purple #60084F

Tints of Tyrian Purple #60084F

RGB

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

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

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

R = 52.46%
G = 4.37%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60084F (or 0x60084F) is known color: Tyrian Purple. HEX triplet: 60, 08 and 4F. RGB value is (96,8,79). Sum of RGB (Red+Green+Blue) = 96+8+79=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #60084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60084F is #9FF7B0. Grayscale: #2A2A2A. Windows color (decimal): -10483633 or 5179488. OLE color: 5179488.

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

Color convert

RGB 96 8 79 -
CMYK 0 0.92 0.18 0.62
HSL 311.59º 0.85% 0.2% -
HSV(B) 311.59º 0.92% 0.38% -
XYZ 6.32 3.22 7.69 -
YUV 42.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 96 8 79 0 0.92 0.18 0.62 311.59 0.85 0.2
Hex 60 8 4F 0 5C 12 3E 138 55 14
Octal 140 10 117 0 134 22 76 470 125 24
Binary 1100000 1000 1001111 0 1011100 10010 111110 100111000 1010101 10100

Color Harmonies of #60084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60084F

Black with #60084F

Text Example


Text Example

White with #60084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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