Html Css Color HEX #57044B Tyrian Purple

📋 copy color: '#57044B'

red 87 ◦ green 4 ◦ blue 75

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

Shades of Tyrian Purple #57044B

Tints of Tyrian Purple #57044B

RGB

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

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

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

R = 52.41%
G = 2.41%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57044B (or 0x57044B) is known color: Tyrian Purple. HEX triplet: 57, 04 and 4B. RGB value is (87,4,75). Sum of RGB (Red+Green+Blue) = 87+4+75=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #57044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57044B is #A8FBB4. Grayscale: #242424. Windows color (decimal): -11074485 or 4916311. OLE color: 4916311.

HSL color Cylindrical-coordinate representation of color #57044B: hue angle of 308.67º 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 #57044B is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 4 75 -
CMYK 0 0.95 0.14 0.66
HSL 308.67º 0.91% 0.18% -
HSV(B) 308.67º 0.95% 0.34% -
XYZ 5.24 2.62 6.89 -
YUV 36.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 87 4 75 0 0.95 0.14 0.66 308.67 0.91 0.18
Hex 57 4 4B 0 5F E 42 135 5B 12
Octal 127 4 113 0 137 16 102 465 133 22
Binary 1010111 100 1001011 0 1011111 1110 1000010 100110101 1011011 10010

Color Harmonies of #57044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57044B

Black with #57044B

Text Example


Text Example

White with #57044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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