Html Css Color HEX #55012B Tyrian Purple

📋 copy color: '#55012B'

red 85 ◦ green 1 ◦ blue 43

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

Shades of Tyrian Purple #55012B

Tints of Tyrian Purple #55012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.33%

R = 65.89%
G = 0.78%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#55012B (or 0x55012B) is known color: Tyrian Purple. HEX triplet: 55, 01 and 2B. RGB value is (85,1,43). Sum of RGB (Red+Green+Blue) = 85+1+43=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #55012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55012B is #AAFED4. Grayscale: #1E1E1E. Windows color (decimal): -11206357 or 2818389. OLE color: 2818389.

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

Color convert

RGB 85 1 43 -
CMYK 0 0.99 0.49 0.67
HSL 330º 0.98% 0.17% -
HSV(B) 330º 0.99% 0.33% -
XYZ 4.19 2.13 2.48 -
YUV 30.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 85 1 43 0 0.99 0.49 0.67 330 0.98 0.17
Hex 55 1 2B 0 63 31 43 14A 62 11
Octal 125 1 53 0 143 61 103 512 142 21
Binary 1010101 1 101011 0 1100011 110001 1000011 101001010 1100010 10001

Color Harmonies of #55012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55012B

Black with #55012B

Text Example


Text Example

White with #55012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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