Html Css Color HEX #55023B Tyrian Purple

📋 copy color: '#55023B'

red 85 ◦ green 2 ◦ blue 59

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

Shades of Tyrian Purple #55023B

Tints of Tyrian Purple #55023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.37%

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

R = 58.22%
G = 1.37%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#55023B (or 0x55023B) is known color: Tyrian Purple. HEX triplet: 55, 02 and 3B. RGB value is (85,2,59). Sum of RGB (Red+Green+Blue) = 85+2+59=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #55023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55023B is #AAFDC4. Grayscale: #212121. Windows color (decimal): -11206085 or 3867221. OLE color: 3867221.

HSL color Cylindrical-coordinate representation of color #55023B: hue angle of 318.8º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55023B is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 2 59 -
CMYK 0 0.98 0.31 0.67
HSL 318.8º 0.95% 0.17% -
HSV(B) 318.8º 0.98% 0.33% -
XYZ 4.56 2.29 4.34 -
YUV 33.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 85 2 59 0 0.98 0.31 0.67 318.8 0.95 0.17
Hex 55 2 3B 0 62 1F 43 13F 5F 11
Octal 125 2 73 0 142 37 103 477 137 21
Binary 1010101 10 111011 0 1100010 11111 1000011 100111111 1011111 10001

Color Harmonies of #55023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55023B

Black with #55023B

Text Example


Text Example

White with #55023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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