Html Css Color HEX #55052F Tyrian Purple

📋 copy color: '#55052F'

red 85 ◦ green 5 ◦ blue 47

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

Shades of Tyrian Purple #55052F

Tints of Tyrian Purple #55052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 34.31%

R = 62.04%
G = 3.65%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#55052F (or 0x55052F) is known color: Tyrian Purple. HEX triplet: 55, 05 and 2F. RGB value is (85,5,47). Sum of RGB (Red+Green+Blue) = 85+5+47=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #55052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55052F is #AAFAD0. Grayscale: #212121. Windows color (decimal): -11205329 or 3081557. OLE color: 3081557.

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

Color convert

RGB 85 5 47 -
CMYK 0 0.94 0.45 0.67
HSL 328.5º 0.89% 0.18% -
HSV(B) 328.5º 0.94% 0.33% -
XYZ 4.31 2.25 2.9 -
YUV 33.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 85 5 47 0 0.94 0.45 0.67 328.5 0.89 0.18
Hex 55 5 2F 0 5E 2D 43 148 59 12
Octal 125 5 57 0 136 55 103 510 131 22
Binary 1010101 101 101111 0 1011110 101101 1000011 101001000 1011001 10010

Color Harmonies of #55052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55052F

Black with #55052F

Text Example


Text Example

White with #55052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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