Html Css Color HEX #57023B Tyrian Purple

📋 copy color: '#57023B'

red 87 ◦ green 2 ◦ blue 59

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

Shades of Tyrian Purple #57023B

Tints of Tyrian Purple #57023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.35%

 BLUE value IS 59 (23.44% from 255) = 39.86%

R = 58.78%
G = 1.35%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.66

RGB Variations

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

Color information

#57023B (or 0x57023B) is known color: Tyrian Purple. HEX triplet: 57, 02 and 3B. RGB value is (87,2,59). Sum of RGB (Red+Green+Blue) = 87+2+59=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #57023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57023B is #A8FDC4. Grayscale: #212121. Windows color (decimal): -11075013 or 3867223. OLE color: 3867223.

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

Color convert

RGB 87 2 59 -
CMYK 0 0.98 0.32 0.66
HSL 319.76º 0.96% 0.17% -
HSV(B) 319.76º 0.98% 0.34% -
XYZ 4.74 2.39 4.35 -
YUV 33.91 142.16 165.87 -
System Red Green Blue C M Y K H S L
Decimal 87 2 59 0 0.98 0.32 0.66 319.76 0.96 0.17
Hex 57 2 3B 0 62 20 42 140 60 11
Octal 127 2 73 0 142 40 102 500 140 21
Binary 1010111 10 111011 0 1100010 100000 1000010 101000000 1100000 10001

Color Harmonies of #57023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57023B

Black with #57023B

Text Example


Text Example

White with #57023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,2,59); }

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

background-color css

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

 a { background-color: rgb(87,2,59); }

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

border-color css

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

 span { border-color: rgb(87,2,59); }

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