Html Css Color HEX #55052D Tyrian Purple

📋 copy color: '#55052D'

red 85 ◦ green 5 ◦ blue 45

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

Shades of Tyrian Purple #55052D

Tints of Tyrian Purple #55052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.33%

R = 62.96%
G = 3.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#55052D (or 0x55052D) is known color: Tyrian Purple. HEX triplet: 55, 05 and 2D. RGB value is (85,5,45). Sum of RGB (Red+Green+Blue) = 85+5+45=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55052D is #AAFAD2. Grayscale: #212121. Windows color (decimal): -11205331 or 2950485. OLE color: 2950485.

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

Color convert

RGB 85 5 45 -
CMYK 0 0.94 0.47 0.67
HSL 330º 0.89% 0.18% -
HSV(B) 330º 0.94% 0.33% -
XYZ 4.27 2.23 2.69 -
YUV 33.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 85 5 45 0 0.94 0.47 0.67 330 0.89 0.18
Hex 55 5 2D 0 5E 2F 43 14A 59 12
Octal 125 5 55 0 136 57 103 512 131 22
Binary 1010101 101 101101 0 1011110 101111 1000011 101001010 1011001 10010

Color Harmonies of #55052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55052D

Black with #55052D

Text Example


Text Example

White with #55052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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