Html Css Color HEX #57044F Tyrian Purple

📋 copy color: '#57044F'

red 87 ◦ green 4 ◦ blue 79

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

Shades of Tyrian Purple #57044F

Tints of Tyrian Purple #57044F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.35%

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

R = 51.18%
G = 2.35%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#57044F (or 0x57044F) is known color: Tyrian Purple. HEX triplet: 57, 04 and 4F. RGB value is (87,4,79). Sum of RGB (Red+Green+Blue) = 87+4+79=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #57044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57044F is #A8FBB0. Grayscale: #252525. Windows color (decimal): -11074481 or 5178455. OLE color: 5178455.

HSL color Cylindrical-coordinate representation of color #57044F: hue angle of 305.78º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #57044F is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 4 79 -
CMYK 0 0.95 0.09 0.66
HSL 305.78º 0.91% 0.18% -
HSV(B) 305.78º 0.95% 0.34% -
XYZ 5.39 2.68 7.63 -
YUV 37.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 87 4 79 0 0.95 0.09 0.66 305.78 0.91 0.18
Hex 57 4 4F 0 5F 9 42 132 5B 12
Octal 127 4 117 0 137 11 102 462 133 22
Binary 1010111 100 1001111 0 1011111 1001 1000010 100110010 1011011 10010

Color Harmonies of #57044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57044F

Black with #57044F

Text Example


Text Example

White with #57044F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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