Html Css Color HEX #55034D Tyrian Purple

📋 copy color: '#55034D'

red 85 ◦ green 3 ◦ blue 77

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

Shades of Tyrian Purple #55034D

Tints of Tyrian Purple #55034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.82%

 BLUE value IS 77 (30.47% from 255) = 46.67%

R = 51.52%
G = 1.82%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#55034D (or 0x55034D) is known color: Tyrian Purple. HEX triplet: 55, 03 and 4D. RGB value is (85,3,77). Sum of RGB (Red+Green+Blue) = 85+3+77=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55034D is #AAFCB2. Grayscale: #232323. Windows color (decimal): -11205811 or 5047125. OLE color: 5047125.

HSL color Cylindrical-coordinate representation of color #55034D: hue angle of 305.85º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55034D is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 3 77 -
CMYK 0 0.96 0.09 0.67
HSL 305.85º 0.93% 0.17% -
HSV(B) 305.85º 0.96% 0.33% -
XYZ 5.12 2.53 7.24 -
YUV 35.95 151.17 162.98 -
System Red Green Blue C M Y K H S L
Decimal 85 3 77 0 0.96 0.09 0.67 305.85 0.93 0.17
Hex 55 3 4D 0 60 9 43 132 5D 11
Octal 125 3 115 0 140 11 103 462 135 21
Binary 1010101 11 1001101 0 1100000 1001 1000011 100110010 1011101 10001

Color Harmonies of #55034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55034D

Black with #55034D

Text Example


Text Example

White with #55034D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,3,77); }

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

background-color css

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

 a { background-color: rgb(85,3,77); }

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

border-color css

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

 span { border-color: rgb(85,3,77); }

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