Html Css Color HEX #55042C Tyrian Purple

📋 copy color: '#55042C'

red 85 ◦ green 4 ◦ blue 44

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

Shades of Tyrian Purple #55042C

Tints of Tyrian Purple #55042C

RGB

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

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

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

R = 63.91%
G = 3.01%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#55042C (or 0x55042C) is known color: Tyrian Purple. HEX triplet: 55, 04 and 2C. RGB value is (85,4,44). Sum of RGB (Red+Green+Blue) = 85+4+44=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #55042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55042C is #AAFBD3. Grayscale: #202020. Windows color (decimal): -11205588 or 2884693. OLE color: 2884693.

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

Color convert

RGB 85 4 44 -
CMYK 0 0.95 0.48 0.67
HSL 330.37º 0.91% 0.17% -
HSV(B) 330.37º 0.95% 0.33% -
XYZ 4.24 2.2 2.58 -
YUV 32.78 134.34 165.25 -
System Red Green Blue C M Y K H S L
Decimal 85 4 44 0 0.95 0.48 0.67 330.37 0.91 0.17
Hex 55 4 2C 0 5F 30 43 14A 5B 11
Octal 125 4 54 0 137 60 103 512 133 21
Binary 1010101 100 101100 0 1011111 110000 1000011 101001010 1011011 10001

Color Harmonies of #55042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55042C

Black with #55042C

Text Example


Text Example

White with #55042C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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