Html Css Color HEX #55034C Tyrian Purple

📋 copy color: '#55034C'

red 85 ◦ green 3 ◦ blue 76

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

Shades of Tyrian Purple #55034C

Tints of Tyrian Purple #55034C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.34%

R = 51.83%
G = 1.83%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#55034C (or 0x55034C) is known color: Tyrian Purple. HEX triplet: 55, 03 and 4C. RGB value is (85,3,76). Sum of RGB (Red+Green+Blue) = 85+3+76=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #55034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55034C is #AAFCB3. Grayscale: #232323. Windows color (decimal): -11205812 or 4981589. OLE color: 4981589.

HSL color Cylindrical-coordinate representation of color #55034C: hue angle of 306.59º 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 #55034C is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 3 76 -
CMYK 0 0.96 0.11 0.67
HSL 306.59º 0.93% 0.17% -
HSV(B) 306.59º 0.96% 0.33% -
XYZ 5.08 2.52 7.06 -
YUV 35.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 85 3 76 0 0.96 0.11 0.67 306.59 0.93 0.17
Hex 55 3 4C 0 60 B 43 133 5D 11
Octal 125 3 114 0 140 13 103 463 135 21
Binary 1010101 11 1001100 0 1100000 1011 1000011 100110011 1011101 10001

Color Harmonies of #55034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55034C

Black with #55034C

Text Example


Text Example

White with #55034C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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