Html Css Color HEX #60094B Tyrian Purple

📋 copy color: '#60094B'

red 96 ◦ green 9 ◦ blue 75

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

Shades of Tyrian Purple #60094B

Tints of Tyrian Purple #60094B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.67%

R = 53.33%
G = 5%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#60094B (or 0x60094B) is known color: Tyrian Purple. HEX triplet: 60, 09 and 4B. RGB value is (96,9,75). Sum of RGB (Red+Green+Blue) = 96+9+75=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60094B is #9FF6B4. Grayscale: #2A2A2A. Windows color (decimal): -10483381 or 4917600. OLE color: 4917600.

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

Color convert

RGB 96 9 75 -
CMYK 0 0.91 0.22 0.62
HSL 314.48º 0.83% 0.21% -
HSV(B) 314.48º 0.91% 0.38% -
XYZ 6.19 3.19 6.95 -
YUV 42.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 96 9 75 0 0.91 0.22 0.62 314.48 0.83 0.21
Hex 60 9 4B 0 5B 16 3E 13A 53 15
Octal 140 11 113 0 133 26 76 472 123 25
Binary 1100000 1001 1001011 0 1011011 10110 111110 100111010 1010011 10101

Color Harmonies of #60094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60094B

Black with #60094B

Text Example


Text Example

White with #60094B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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