Html Css Color HEX #55103B Tyrian Purple

📋 copy color: '#55103B'

red 85 ◦ green 16 ◦ blue 59

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

Shades of Tyrian Purple #55103B

Tints of Tyrian Purple #55103B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10%

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

R = 53.13%
G = 10%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#55103B (or 0x55103B) is known color: Tyrian Purple. HEX triplet: 55, 10 and 3B. RGB value is (85,16,59). Sum of RGB (Red+Green+Blue) = 85+16+59=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #55103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55103B is #AAEFC4. Grayscale: #292929. Windows color (decimal): -11202501 or 3870805. OLE color: 3870805.

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

Color convert

RGB 85 16 59 -
CMYK 0 0.81 0.31 0.67
HSL 322.61º 0.68% 0.2% -
HSV(B) 322.61º 0.81% 0.33% -
XYZ 4.72 2.62 4.39 -
YUV 41.53 137.86 159 -
System Red Green Blue C M Y K H S L
Decimal 85 16 59 0 0.81 0.31 0.67 322.61 0.68 0.2
Hex 55 10 3B 0 51 1F 43 143 44 14
Octal 125 20 73 0 121 37 103 503 104 24
Binary 1010101 10000 111011 0 1010001 11111 1000011 101000011 1000100 10100

Color Harmonies of #55103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55103B

Black with #55103B

Text Example


Text Example

White with #55103B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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