Html Css Color HEX #57023F Tyrian Purple

📋 copy color: '#57023F'

red 87 ◦ green 2 ◦ blue 63

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

Shades of Tyrian Purple #57023F

Tints of Tyrian Purple #57023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 41.45%

R = 57.24%
G = 1.32%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57023F (or 0x57023F) is known color: Tyrian Purple. HEX triplet: 57, 02 and 3F. RGB value is (87,2,63). Sum of RGB (Red+Green+Blue) = 87+2+63=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #57023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57023F is #A8FDC0. Grayscale: #222222. Windows color (decimal): -11075009 or 4129367. OLE color: 4129367.

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

Color convert

RGB 87 2 63 -
CMYK 0 0.98 0.28 0.66
HSL 316.94º 0.96% 0.17% -
HSV(B) 316.94º 0.98% 0.34% -
XYZ 4.85 2.43 4.92 -
YUV 34.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 87 2 63 0 0.98 0.28 0.66 316.94 0.96 0.17
Hex 57 2 3F 0 62 1C 42 13D 60 11
Octal 127 2 77 0 142 34 102 475 140 21
Binary 1010111 10 111111 0 1100010 11100 1000010 100111101 1100000 10001

Color Harmonies of #57023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57023F

Black with #57023F

Text Example


Text Example

White with #57023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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