Html Css Color HEX #55022C Tyrian Purple

📋 copy color: '#55022C'

red 85 ◦ green 2 ◦ blue 44

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

Shades of Tyrian Purple #55022C

Tints of Tyrian Purple #55022C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.53%

 BLUE value IS 44 (17.58% from 255) = 33.59%

R = 64.89%
G = 1.53%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#55022C (or 0x55022C) is known color: Tyrian Purple. HEX triplet: 55, 02 and 2C. RGB value is (85,2,44). Sum of RGB (Red+Green+Blue) = 85+2+44=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #55022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55022C is #AAFDD3. Grayscale: #1F1F1F. Windows color (decimal): -11206100 or 2884181. OLE color: 2884181.

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

Color convert

RGB 85 2 44 -
CMYK 0 0.98 0.48 0.67
HSL 329.64º 0.95% 0.17% -
HSV(B) 329.64º 0.98% 0.33% -
XYZ 4.22 2.16 2.58 -
YUV 31.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 85 2 44 0 0.98 0.48 0.67 329.64 0.95 0.17
Hex 55 2 2C 0 62 30 43 14A 5F 11
Octal 125 2 54 0 142 60 103 512 137 21
Binary 1010101 10 101100 0 1100010 110000 1000011 101001010 1011111 10001

Color Harmonies of #55022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55022C

Black with #55022C

Text Example


Text Example

White with #55022C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,2,44); }

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

background-color css

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

 a { background-color: rgb(85,2,44); }

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

border-color css

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

 span { border-color: rgb(85,2,44); }

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