Html Css Color HEX #55003B Tyrian Purple

📋 copy color: '#55003B'

red 85 ◦ green 0 ◦ blue 59

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

Shades of Tyrian Purple #55003B

Tints of Tyrian Purple #55003B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.03%
G = 0%
B = 40.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#55003B (or 0x55003B) is known color: Tyrian Purple. HEX triplet: 55, 00 and 3B. RGB value is (85,0,59). Sum of RGB (Red+Green+Blue) = 85+0+59=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #55003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55003B is #AAFFC4. Grayscale: #1F1F1F. Windows color (decimal): -11206597 or 3866709. OLE color: 3866709.

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

Color convert

RGB 85 0 59 -
CMYK 0 1 0.31 0.67
HSL 318.35º 1% 0.17% -
HSV(B) 318.35º 1% 0.33% -
XYZ 4.54 2.25 4.33 -
YUV 32.14 143.16 165.7 -
System Red Green Blue C M Y K H S L
Decimal 85 0 59 0 1 0.31 0.67 318.35 1 0.17
Hex 55 0 3B 0 64 1F 43 13E 64 11
Octal 125 0 73 0 144 37 103 476 144 21
Binary 1010101 0 111011 0 1100100 11111 1000011 100111110 1100100 10001

Color Harmonies of #55003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55003B

Black with #55003B

Text Example


Text Example

White with #55003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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