Html Css Color HEX #55012D Tyrian Purple

📋 copy color: '#55012D'

red 85 ◦ green 1 ◦ blue 45

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

Shades of Tyrian Purple #55012D

Tints of Tyrian Purple #55012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 34.35%

R = 64.89%
G = 0.76%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#55012D (or 0x55012D) is known color: Tyrian Purple. HEX triplet: 55, 01 and 2D. RGB value is (85,1,45). Sum of RGB (Red+Green+Blue) = 85+1+45=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #55012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55012D is #AAFED2. Grayscale: #1F1F1F. Windows color (decimal): -11206355 or 2949461. OLE color: 2949461.

HSL color Cylindrical-coordinate representation of color #55012D: hue angle of 328.57º 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 #55012D is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 1 45 -
CMYK 0 0.99 0.47 0.67
HSL 328.57º 0.98% 0.17% -
HSV(B) 328.57º 0.99% 0.33% -
XYZ 4.23 2.14 2.67 -
YUV 31.13 135.83 166.42 -
System Red Green Blue C M Y K H S L
Decimal 85 1 45 0 0.99 0.47 0.67 328.57 0.98 0.17
Hex 55 1 2D 0 63 2F 43 149 62 11
Octal 125 1 55 0 143 57 103 511 142 21
Binary 1010101 1 101101 0 1100011 101111 1000011 101001001 1100010 10001

Color Harmonies of #55012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55012D

Black with #55012D

Text Example


Text Example

White with #55012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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