Html Css Color HEX #55083B Tyrian Purple

📋 copy color: '#55083B'

red 85 ◦ green 8 ◦ blue 59

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

Shades of Tyrian Purple #55083B

Tints of Tyrian Purple #55083B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 38.82%

R = 55.92%
G = 5.26%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#55083B (or 0x55083B) is known color: Tyrian Purple. HEX triplet: 55, 08 and 3B. RGB value is (85,8,59). Sum of RGB (Red+Green+Blue) = 85+8+59=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55083B is #AAF7C4. Grayscale: #242424. Windows color (decimal): -11204549 or 3868757. OLE color: 3868757.

HSL color Cylindrical-coordinate representation of color #55083B: hue angle of 320.26º 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 #55083B is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 8 59 -
CMYK 0 0.91 0.31 0.67
HSL 320.26º 0.83% 0.18% -
HSV(B) 320.26º 0.91% 0.33% -
XYZ 4.62 2.42 4.36 -
YUV 36.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 85 8 59 0 0.91 0.31 0.67 320.26 0.83 0.18
Hex 55 8 3B 0 5B 1F 43 140 53 12
Octal 125 10 73 0 133 37 103 500 123 22
Binary 1010101 1000 111011 0 1011011 11111 1000011 101000000 1010011 10010

Color Harmonies of #55083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55083B

Black with #55083B

Text Example


Text Example

White with #55083B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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