Html Css Color HEX #57014B Tyrian Purple

📋 copy color: '#57014B'

red 87 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #57014B

Tints of Tyrian Purple #57014B

RGB

 RED value IS 87 (34.38% from 255) = 53.37%

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

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

R = 53.37%
G = 0.61%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57014B (or 0x57014B) is known color: Tyrian Purple. HEX triplet: 57, 01 and 4B. RGB value is (87,1,75). Sum of RGB (Red+Green+Blue) = 87+1+75=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #57014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57014B is #A8FEB4. Grayscale: #222222. Windows color (decimal): -11075253 or 4915543. OLE color: 4915543.

HSL color Cylindrical-coordinate representation of color #57014B: hue angle of 308.37º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57014B is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 1 75 -
CMYK 0 0.99 0.14 0.66
HSL 308.37º 0.98% 0.17% -
HSV(B) 308.37º 0.99% 0.34% -
XYZ 5.21 2.56 6.88 -
YUV 35.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 87 1 75 0 0.99 0.14 0.66 308.37 0.98 0.17
Hex 57 1 4B 0 63 E 42 134 62 11
Octal 127 1 113 0 143 16 102 464 142 21
Binary 1010111 1 1001011 0 1100011 1110 1000010 100110100 1100010 10001

Color Harmonies of #57014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57014B

Black with #57014B

Text Example


Text Example

White with #57014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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