Html Css Color HEX #60094C Tyrian Purple

📋 copy color: '#60094C'

red 96 ◦ green 9 ◦ blue 76

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

Shades of Tyrian Purple #60094C

Tints of Tyrian Purple #60094C

RGB

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

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

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

R = 53.04%
G = 4.97%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#60094C (or 0x60094C) is known color: Tyrian Purple. HEX triplet: 60, 09 and 4C. RGB value is (96,9,76). Sum of RGB (Red+Green+Blue) = 96+9+76=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #60094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60094C is #9FF6B3. Grayscale: #2A2A2A. Windows color (decimal): -10483380 or 4983136. OLE color: 4983136.

HSL color Cylindrical-coordinate representation of color #60094C: hue angle of 313.79º 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 #60094C is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 9 76 -
CMYK 0 0.91 0.21 0.62
HSL 313.79º 0.83% 0.21% -
HSV(B) 313.79º 0.91% 0.38% -
XYZ 6.23 3.2 7.13 -
YUV 42.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 96 9 76 0 0.91 0.21 0.62 313.79 0.83 0.21
Hex 60 9 4C 0 5B 15 3E 13A 53 15
Octal 140 11 114 0 133 25 76 472 123 25
Binary 1100000 1001 1001100 0 1011011 10101 111110 100111010 1010011 10101

Color Harmonies of #60094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60094C

Black with #60094C

Text Example


Text Example

White with #60094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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