Html Css Color HEX #55093A Tyrian Purple

📋 copy color: '#55093A'

red 85 ◦ green 9 ◦ blue 58

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

Shades of Tyrian Purple #55093A

Tints of Tyrian Purple #55093A

RGB

 RED value IS 85 (33.59% from 255) = 55.92%

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

 BLUE value IS 58 (23.05% from 255) = 38.16%

R = 55.92%
G = 5.92%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#55093A (or 0x55093A) is known color: Tyrian Purple. HEX triplet: 55, 09 and 3A. RGB value is (85,9,58). Sum of RGB (Red+Green+Blue) = 85+9+58=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55093A is #AAF6C5. Grayscale: #252525. Windows color (decimal): -11204294 or 3803477. OLE color: 3803477.

HSL color Cylindrical-coordinate representation of color #55093A: hue angle of 321.32º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55093A is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 9 58 -
CMYK 0 0.89 0.32 0.67
HSL 321.32º 0.81% 0.18% -
HSV(B) 321.32º 0.89% 0.33% -
XYZ 4.61 2.43 4.23 -
YUV 37.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 85 9 58 0 0.89 0.32 0.67 321.32 0.81 0.18
Hex 55 9 3A 0 59 20 43 141 51 12
Octal 125 11 72 0 131 40 103 501 121 22
Binary 1010101 1001 111010 0 1011001 100000 1000011 101000001 1010001 10010

Color Harmonies of #55093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55093A

Black with #55093A

Text Example


Text Example

White with #55093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55093A; }

 p { color: rgb(85,9,58); }

 H1.HeaderClassName
 {
   color: #55093A;
 }
 .AnyTagClassName
 {
   color: #55093A;
 }
</style>

background-color css

<style>
 a { background-color: #55093A; }

 a { background-color: rgb(85,9,58); }

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

border-color css

<style>
 span { border-color: #55093A; }

 span { border-color: rgb(85,9,58); }

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