Html Css Color HEX #55103C Tyrian Purple

📋 copy color: '#55103C'

red 85 ◦ green 16 ◦ blue 60

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

Shades of Tyrian Purple #55103C

Tints of Tyrian Purple #55103C

RGB

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

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

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

R = 52.8%
G = 9.94%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#55103C (or 0x55103C) is known color: Tyrian Purple. HEX triplet: 55, 10 and 3C. RGB value is (85,16,60). Sum of RGB (Red+Green+Blue) = 85+16+60=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #55103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55103C is #AAEFC3. Grayscale: #292929. Windows color (decimal): -11202500 or 3936341. OLE color: 3936341.

HSL color Cylindrical-coordinate representation of color #55103C: hue angle of 321.74º 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 #55103C is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 16 60 -
CMYK 0 0.81 0.29 0.67
HSL 321.74º 0.68% 0.2% -
HSV(B) 321.74º 0.81% 0.33% -
XYZ 4.75 2.63 4.53 -
YUV 41.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 85 16 60 0 0.81 0.29 0.67 321.74 0.68 0.2
Hex 55 10 3C 0 51 1D 43 142 44 14
Octal 125 20 74 0 121 35 103 502 104 24
Binary 1010101 10000 111100 0 1010001 11101 1000011 101000010 1000100 10100

Color Harmonies of #55103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55103C

Black with #55103C

Text Example


Text Example

White with #55103C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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