Html Css Color HEX #55053A Tyrian Purple

📋 copy color: '#55053A'

red 85 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #55053A

Tints of Tyrian Purple #55053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.38%

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

R = 57.43%
G = 3.38%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#55053A (or 0x55053A) is known color: Tyrian Purple. HEX triplet: 55, 05 and 3A. RGB value is (85,5,58). Sum of RGB (Red+Green+Blue) = 85+5+58=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #55053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55053A is #AAFAC5. Grayscale: #222222. Windows color (decimal): -11205318 or 3802453. OLE color: 3802453.

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

Color convert

RGB 85 5 58 -
CMYK 0 0.94 0.32 0.67
HSL 320.25º 0.89% 0.18% -
HSV(B) 320.25º 0.94% 0.33% -
XYZ 4.56 2.35 4.22 -
YUV 34.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 85 5 58 0 0.94 0.32 0.67 320.25 0.89 0.18
Hex 55 5 3A 0 5E 20 43 140 59 12
Octal 125 5 72 0 136 40 103 500 131 22
Binary 1010101 101 111010 0 1011110 100000 1000011 101000000 1011001 10010

Color Harmonies of #55053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55053A

Black with #55053A

Text Example


Text Example

White with #55053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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