Html Css Color HEX #57014F Tyrian Purple

📋 copy color: '#57014F'

red 87 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #57014F

Tints of Tyrian Purple #57014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 47.31%

R = 52.1%
G = 0.6%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#57014F (or 0x57014F) is known color: Tyrian Purple. HEX triplet: 57, 01 and 4F. RGB value is (87,1,79). Sum of RGB (Red+Green+Blue) = 87+1+79=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57014F is #A8FEB0. Grayscale: #232323. Windows color (decimal): -11075249 or 5177687. OLE color: 5177687.

HSL color Cylindrical-coordinate representation of color #57014F: hue angle of 305.58º 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 #57014F is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 1 79 -
CMYK 0 0.99 0.09 0.66
HSL 305.58º 0.98% 0.17% -
HSV(B) 305.58º 0.99% 0.34% -
XYZ 5.35 2.61 7.62 -
YUV 35.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 87 1 79 0 0.99 0.09 0.66 305.58 0.98 0.17
Hex 57 1 4F 0 63 9 42 132 62 11
Octal 127 1 117 0 143 11 102 462 142 21
Binary 1010111 1 1001111 0 1100011 1001 1000010 100110010 1100010 10001

Color Harmonies of #57014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57014F

Black with #57014F

Text Example


Text Example

White with #57014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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