Html Css Color HEX #55083A Tyrian Purple

📋 copy color: '#55083A'

red 85 ◦ green 8 ◦ blue 58

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

Shades of Tyrian Purple #55083A

Tints of Tyrian Purple #55083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.3%

 BLUE value IS 58 (23.05% from 255) = 38.41%

R = 56.29%
G = 5.3%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#55083A (or 0x55083A) is known color: Tyrian Purple. HEX triplet: 55, 08 and 3A. RGB value is (85,8,58). Sum of RGB (Red+Green+Blue) = 85+8+58=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55083A is #AAF7C5. Grayscale: #242424. Windows color (decimal): -11204550 or 3803221. OLE color: 3803221.

HSL color Cylindrical-coordinate representation of color #55083A: hue angle of 321.04º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55083A is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 8 58 -
CMYK 0 0.91 0.32 0.67
HSL 321.04º 0.83% 0.18% -
HSV(B) 321.04º 0.91% 0.33% -
XYZ 4.6 2.41 4.23 -
YUV 36.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 85 8 58 0 0.91 0.32 0.67 321.04 0.83 0.18
Hex 55 8 3A 0 5B 20 43 141 53 12
Octal 125 10 72 0 133 40 103 501 123 22
Binary 1010101 1000 111010 0 1011011 100000 1000011 101000001 1010011 10010

Color Harmonies of #55083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55083A

Black with #55083A

Text Example


Text Example

White with #55083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55083A; }

 p { color: rgb(85,8,58); }

 H1.HeaderClassName
 {
   color: #55083A;
 }
 .AnyTagClassName
 {
   color: #55083A;
 }
</style>

background-color css

<style>
 a { background-color: #55083A; }

 a { background-color: rgb(85,8,58); }

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

border-color css

<style>
 span { border-color: #55083A; }

 span { border-color: rgb(85,8,58); }

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