Html Css Color HEX #55042B Tyrian Purple

📋 copy color: '#55042B'

red 85 ◦ green 4 ◦ blue 43

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

Shades of Tyrian Purple #55042B

Tints of Tyrian Purple #55042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 32.58%

R = 64.39%
G = 3.03%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#55042B (or 0x55042B) is known color: Tyrian Purple. HEX triplet: 55, 04 and 2B. RGB value is (85,4,43). Sum of RGB (Red+Green+Blue) = 85+4+43=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #55042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55042B is #AAFBD4. Grayscale: #202020. Windows color (decimal): -11205589 or 2819157. OLE color: 2819157.

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

Color convert

RGB 85 4 43 -
CMYK 0 0.95 0.49 0.67
HSL 331.11º 0.91% 0.17% -
HSV(B) 331.11º 0.95% 0.33% -
XYZ 4.23 2.19 2.49 -
YUV 32.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 85 4 43 0 0.95 0.49 0.67 331.11 0.91 0.17
Hex 55 4 2B 0 5F 31 43 14B 5B 11
Octal 125 4 53 0 137 61 103 513 133 21
Binary 1010101 100 101011 0 1011111 110001 1000011 101001011 1011011 10001

Color Harmonies of #55042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55042B

Black with #55042B

Text Example


Text Example

White with #55042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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