Html Css Color HEX #55044B Tyrian Purple

📋 copy color: '#55044B'

red 85 ◦ green 4 ◦ blue 75

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

Shades of Tyrian Purple #55044B

Tints of Tyrian Purple #55044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.44%

 BLUE value IS 75 (29.69% from 255) = 45.73%

R = 51.83%
G = 2.44%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#55044B (or 0x55044B) is known color: Tyrian Purple. HEX triplet: 55, 04 and 4B. RGB value is (85,4,75). Sum of RGB (Red+Green+Blue) = 85+4+75=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #55044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55044B is #AAFBB4. Grayscale: #242424. Windows color (decimal): -11205557 or 4916309. OLE color: 4916309.

HSL color Cylindrical-coordinate representation of color #55044B: hue angle of 307.41º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55044B is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 4 75 -
CMYK 0 0.95 0.12 0.67
HSL 307.41º 0.91% 0.17% -
HSV(B) 307.41º 0.95% 0.33% -
XYZ 5.06 2.53 6.88 -
YUV 36.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 85 4 75 0 0.95 0.12 0.67 307.41 0.91 0.17
Hex 55 4 4B 0 5F C 43 133 5B 11
Octal 125 4 113 0 137 14 103 463 133 21
Binary 1010101 100 1001011 0 1011111 1100 1000011 100110011 1011011 10001

Color Harmonies of #55044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55044B

Black with #55044B

Text Example


Text Example

White with #55044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55044B; }

 p { color: rgb(85,4,75); }

 H1.HeaderClassName
 {
   color: #55044B;
 }
 .AnyTagClassName
 {
   color: #55044B;
 }
</style>

background-color css

<style>
 a { background-color: #55044B; }

 a { background-color: rgb(85,4,75); }

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

border-color css

<style>
 span { border-color: #55044B; }

 span { border-color: rgb(85,4,75); }

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