Html Css Color HEX #55133D Tyrian Purple

📋 copy color: '#55133D'

red 85 ◦ green 19 ◦ blue 61

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

Shades of Tyrian Purple #55133D

Tints of Tyrian Purple #55133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.52%

 BLUE value IS 61 (24.22% from 255) = 36.97%

R = 51.52%
G = 11.52%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#55133D (or 0x55133D) is known color: Tyrian Purple. HEX triplet: 55, 13 and 3D. RGB value is (85,19,61). Sum of RGB (Red+Green+Blue) = 85+19+61=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55133D is #AAECC2. Grayscale: #2B2B2B. Windows color (decimal): -11201731 or 4002645. OLE color: 4002645.

HSL color Cylindrical-coordinate representation of color #55133D: hue angle of 321.82º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55133D is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 19 61 -
CMYK 0 0.78 0.28 0.67
HSL 321.82º 0.63% 0.2% -
HSV(B) 321.82º 0.78% 0.33% -
XYZ 4.82 2.73 4.69 -
YUV 43.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 85 19 61 0 0.78 0.28 0.67 321.82 0.63 0.2
Hex 55 13 3D 0 4E 1C 43 142 3F 14
Octal 125 23 75 0 116 34 103 502 77 24
Binary 1010101 10011 111101 0 1001110 11100 1000011 101000010 111111 10100

Color Harmonies of #55133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55133D

Black with #55133D

Text Example


Text Example

White with #55133D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55133D; }

 p { color: rgb(85,19,61); }

 H1.HeaderClassName
 {
   color: #55133D;
 }
 .AnyTagClassName
 {
   color: #55133D;
 }
</style>

background-color css

<style>
 a { background-color: #55133D; }

 a { background-color: rgb(85,19,61); }

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

border-color css

<style>
 span { border-color: #55133D; }

 span { border-color: rgb(85,19,61); }

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