Html Css Color HEX #55052E Tyrian Purple

📋 copy color: '#55052E'

red 85 ◦ green 5 ◦ blue 46

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

Shades of Tyrian Purple #55052E

Tints of Tyrian Purple #55052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 33.82%

R = 62.5%
G = 3.68%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#55052E (or 0x55052E) is known color: Tyrian Purple. HEX triplet: 55, 05 and 2E. RGB value is (85,5,46). Sum of RGB (Red+Green+Blue) = 85+5+46=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #55052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55052E is #AAFAD1. Grayscale: #212121. Windows color (decimal): -11205330 or 3016021. OLE color: 3016021.

HSL color Cylindrical-coordinate representation of color #55052E: hue angle of 329.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 #55052E is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 5 46 -
CMYK 0 0.94 0.46 0.67
HSL 329.25º 0.89% 0.18% -
HSV(B) 329.25º 0.94% 0.33% -
XYZ 4.29 2.24 2.79 -
YUV 33.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 85 5 46 0 0.94 0.46 0.67 329.25 0.89 0.18
Hex 55 5 2E 0 5E 2E 43 149 59 12
Octal 125 5 56 0 136 56 103 511 131 22
Binary 1010101 101 101110 0 1011110 101110 1000011 101001001 1011001 10010

Color Harmonies of #55052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55052E

Black with #55052E

Text Example


Text Example

White with #55052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55052E; }

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

 H1.HeaderClassName
 {
   color: #55052E;
 }
 .AnyTagClassName
 {
   color: #55052E;
 }
</style>

background-color css

<style>
 a { background-color: #55052E; }

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

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

border-color css

<style>
 span { border-color: #55052E; }

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

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