Html Css Color HEX #55093F Tyrian Purple

📋 copy color: '#55093F'

red 85 ◦ green 9 ◦ blue 63

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

Shades of Tyrian Purple #55093F

Tints of Tyrian Purple #55093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.73%

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

R = 54.14%
G = 5.73%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#55093F (or 0x55093F) is known color: Tyrian Purple. HEX triplet: 55, 09 and 3F. RGB value is (85,9,63). Sum of RGB (Red+Green+Blue) = 85+9+63=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #55093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55093F is #AAF6C0. Grayscale: #252525. Windows color (decimal): -11204289 or 4131157. OLE color: 4131157.

HSL color Cylindrical-coordinate representation of color #55093F: hue angle of 317.37º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55093F is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 9 63 -
CMYK 0 0.89 0.26 0.67
HSL 317.37º 0.81% 0.18% -
HSV(B) 317.37º 0.89% 0.33% -
XYZ 4.74 2.49 4.93 -
YUV 37.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 85 9 63 0 0.89 0.26 0.67 317.37 0.81 0.18
Hex 55 9 3F 0 59 1A 43 13D 51 12
Octal 125 11 77 0 131 32 103 475 121 22
Binary 1010101 1001 111111 0 1011001 11010 1000011 100111101 1010001 10010

Color Harmonies of #55093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55093F

Black with #55093F

Text Example


Text Example

White with #55093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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