Html Css Color HEX #55092F Tyrian Purple

📋 copy color: '#55092F'

red 85 ◦ green 9 ◦ blue 47

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

Shades of Tyrian Purple #55092F

Tints of Tyrian Purple #55092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 33.33%

R = 60.28%
G = 6.38%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#55092F (or 0x55092F) is known color: Tyrian Purple. HEX triplet: 55, 09 and 2F. RGB value is (85,9,47). Sum of RGB (Red+Green+Blue) = 85+9+47=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #55092F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55092F is #AAF6D0. Grayscale: #232323. Windows color (decimal): -11204305 or 3082581. OLE color: 3082581.

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

Color convert

RGB 85 9 47 -
CMYK 0 0.89 0.45 0.67
HSL 330º 0.81% 0.18% -
HSV(B) 330º 0.89% 0.33% -
XYZ 4.36 2.33 2.91 -
YUV 36.06 134.18 162.91 -
System Red Green Blue C M Y K H S L
Decimal 85 9 47 0 0.89 0.45 0.67 330 0.81 0.18
Hex 55 9 2F 0 59 2D 43 14A 51 12
Octal 125 11 57 0 131 55 103 512 121 22
Binary 1010101 1001 101111 0 1011001 101101 1000011 101001010 1010001 10010

Color Harmonies of #55092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55092F

Black with #55092F

Text Example


Text Example

White with #55092F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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