Html Css Color HEX #55123C Tyrian Purple

📋 copy color: '#55123C'

red 85 ◦ green 18 ◦ blue 60

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

Shades of Tyrian Purple #55123C

Tints of Tyrian Purple #55123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.04%

 BLUE value IS 60 (23.83% from 255) = 36.81%

R = 52.15%
G = 11.04%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#55123C (or 0x55123C) is known color: Tyrian Purple. HEX triplet: 55, 12 and 3C. RGB value is (85,18,60). Sum of RGB (Red+Green+Blue) = 85+18+60=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55123C is #AAEDC3. Grayscale: #2A2A2A. Windows color (decimal): -11201988 or 3936853. OLE color: 3936853.

HSL color Cylindrical-coordinate representation of color #55123C: hue angle of 322.39º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55123C is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 18 60 -
CMYK 0 0.79 0.29 0.67
HSL 322.39º 0.65% 0.2% -
HSV(B) 322.39º 0.79% 0.33% -
XYZ 4.78 2.69 4.54 -
YUV 42.82 137.7 158.08 -
System Red Green Blue C M Y K H S L
Decimal 85 18 60 0 0.79 0.29 0.67 322.39 0.65 0.2
Hex 55 12 3C 0 4F 1D 43 142 41 14
Octal 125 22 74 0 117 35 103 502 101 24
Binary 1010101 10010 111100 0 1001111 11101 1000011 101000010 1000001 10100

Color Harmonies of #55123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55123C

Black with #55123C

Text Example


Text Example

White with #55123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55123C; }

 p { color: rgb(85,18,60); }

 H1.HeaderClassName
 {
   color: #55123C;
 }
 .AnyTagClassName
 {
   color: #55123C;
 }
</style>

background-color css

<style>
 a { background-color: #55123C; }

 a { background-color: rgb(85,18,60); }

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

border-color css

<style>
 span { border-color: #55123C; }

 span { border-color: rgb(85,18,60); }

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