Html Css Color HEX #55043F Tyrian Purple

📋 copy color: '#55043F'

red 85 ◦ green 4 ◦ blue 63

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

Shades of Tyrian Purple #55043F

Tints of Tyrian Purple #55043F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 41.45%

R = 55.92%
G = 2.63%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#55043F (or 0x55043F) is known color: Tyrian Purple. HEX triplet: 55, 04 and 3F. RGB value is (85,4,63). Sum of RGB (Red+Green+Blue) = 85+4+63=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55043F is #AAFBC0. Grayscale: #222222. Windows color (decimal): -11205569 or 4129877. OLE color: 4129877.

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

Color convert

RGB 85 4 63 -
CMYK 0 0.95 0.26 0.67
HSL 316.3º 0.91% 0.17% -
HSV(B) 316.3º 0.95% 0.33% -
XYZ 4.69 2.38 4.91 -
YUV 34.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 85 4 63 0 0.95 0.26 0.67 316.3 0.91 0.17
Hex 55 4 3F 0 5F 1A 43 13C 5B 11
Octal 125 4 77 0 137 32 103 474 133 21
Binary 1010101 100 111111 0 1011111 11010 1000011 100111100 1011011 10001

Color Harmonies of #55043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55043F

Black with #55043F

Text Example


Text Example

White with #55043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55043F; }

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

 H1.HeaderClassName
 {
   color: #55043F;
 }
 .AnyTagClassName
 {
   color: #55043F;
 }
</style>

background-color css

<style>
 a { background-color: #55043F; }

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

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

border-color css

<style>
 span { border-color: #55043F; }

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

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