Html Css Color HEX #60094F Tyrian Purple

📋 copy color: '#60094F'

red 96 ◦ green 9 ◦ blue 79

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

Shades of Tyrian Purple #60094F

Tints of Tyrian Purple #60094F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.89%

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

R = 52.17%
G = 4.89%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60094F (or 0x60094F) is known color: Tyrian Purple. HEX triplet: 60, 09 and 4F. RGB value is (96,9,79). Sum of RGB (Red+Green+Blue) = 96+9+79=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #60094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60094F is #9FF6B0. Grayscale: #2A2A2A. Windows color (decimal): -10483377 or 5179744. OLE color: 5179744.

HSL color Cylindrical-coordinate representation of color #60094F: hue angle of 311.72º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60094F is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 9 79 -
CMYK 0 0.91 0.18 0.62
HSL 311.72º 0.83% 0.21% -
HSV(B) 311.72º 0.91% 0.38% -
XYZ 6.33 3.25 7.69 -
YUV 42.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 96 9 79 0 0.91 0.18 0.62 311.72 0.83 0.21
Hex 60 9 4F 0 5B 12 3E 138 53 15
Octal 140 11 117 0 133 22 76 470 123 25
Binary 1100000 1001 1001111 0 1011011 10010 111110 100111000 1010011 10101

Color Harmonies of #60094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60094F

Black with #60094F

Text Example


Text Example

White with #60094F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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