Html Css Color HEX #55012C Tyrian Purple

📋 copy color: '#55012C'

red 85 ◦ green 1 ◦ blue 44

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

Shades of Tyrian Purple #55012C

Tints of Tyrian Purple #55012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.77%

 BLUE value IS 44 (17.58% from 255) = 33.85%

R = 65.38%
G = 0.77%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#55012C (or 0x55012C) is known color: Tyrian Purple. HEX triplet: 55, 01 and 2C. RGB value is (85,1,44). Sum of RGB (Red+Green+Blue) = 85+1+44=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #55012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55012C is #AAFED3. Grayscale: #1E1E1E. Windows color (decimal): -11206356 or 2883925. OLE color: 2883925.

HSL color Cylindrical-coordinate representation of color #55012C: hue angle of 329.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55012C is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 1 44 -
CMYK 0 0.99 0.48 0.67
HSL 329.29º 0.98% 0.17% -
HSV(B) 329.29º 0.99% 0.33% -
XYZ 4.21 2.13 2.57 -
YUV 31.02 135.33 166.5 -
System Red Green Blue C M Y K H S L
Decimal 85 1 44 0 0.99 0.48 0.67 329.29 0.98 0.17
Hex 55 1 2C 0 63 30 43 149 62 11
Octal 125 1 54 0 143 60 103 511 142 21
Binary 1010101 1 101100 0 1100011 110000 1000011 101001001 1100010 10001

Color Harmonies of #55012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55012C

Black with #55012C

Text Example


Text Example

White with #55012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,1,44); }

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

background-color css

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

 a { background-color: rgb(85,1,44); }

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

border-color css

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

 span { border-color: rgb(85,1,44); }

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