Html Css Color HEX #55014B Tyrian Purple

📋 copy color: '#55014B'

red 85 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #55014B

Tints of Tyrian Purple #55014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 46.58%

R = 52.8%
G = 0.62%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#55014B (or 0x55014B) is known color: Tyrian Purple. HEX triplet: 55, 01 and 4B. RGB value is (85,1,75). Sum of RGB (Red+Green+Blue) = 85+1+75=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #55014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55014B is #AAFEB4. Grayscale: #222222. Windows color (decimal): -11206325 or 4915541. OLE color: 4915541.

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

Color convert

RGB 85 1 75 -
CMYK 0 0.99 0.12 0.67
HSL 307.14º 0.98% 0.17% -
HSV(B) 307.14º 0.99% 0.33% -
XYZ 5.03 2.46 6.87 -
YUV 34.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 85 1 75 0 0.99 0.12 0.67 307.14 0.98 0.17
Hex 55 1 4B 0 63 C 43 133 62 11
Octal 125 1 113 0 143 14 103 463 142 21
Binary 1010101 1 1001011 0 1100011 1100 1000011 100110011 1100010 10001

Color Harmonies of #55014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55014B

Black with #55014B

Text Example


Text Example

White with #55014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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