Html Css Color HEX #55042D Tyrian Purple

📋 copy color: '#55042D'

red 85 ◦ green 4 ◦ blue 45

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

Shades of Tyrian Purple #55042D

Tints of Tyrian Purple #55042D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.58%

R = 63.43%
G = 2.99%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#55042D (or 0x55042D) is known color: Tyrian Purple. HEX triplet: 55, 04 and 2D. RGB value is (85,4,45). Sum of RGB (Red+Green+Blue) = 85+4+45=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55042D is #AAFBD2. Grayscale: #202020. Windows color (decimal): -11205587 or 2950229. OLE color: 2950229.

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

Color convert

RGB 85 4 45 -
CMYK 0 0.95 0.47 0.67
HSL 329.63º 0.91% 0.17% -
HSV(B) 329.63º 0.95% 0.33% -
XYZ 4.26 2.21 2.68 -
YUV 32.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 85 4 45 0 0.95 0.47 0.67 329.63 0.91 0.17
Hex 55 4 2D 0 5F 2F 43 14A 5B 11
Octal 125 4 55 0 137 57 103 512 133 21
Binary 1010101 100 101101 0 1011111 101111 1000011 101001010 1011011 10001

Color Harmonies of #55042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55042D

Black with #55042D

Text Example


Text Example

White with #55042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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