Html Css Color HEX #57022F Tyrian Purple

📋 copy color: '#57022F'

red 87 ◦ green 2 ◦ blue 47

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

Shades of Tyrian Purple #57022F

Tints of Tyrian Purple #57022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 34.56%

R = 63.97%
G = 1.47%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.66

RGB Variations

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

Color information

#57022F (or 0x57022F) is known color: Tyrian Purple. HEX triplet: 57, 02 and 2F. RGB value is (87,2,47). Sum of RGB (Red+Green+Blue) = 87+2+47=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #57022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57022F is #A8FDD0. Grayscale: #202020. Windows color (decimal): -11075025 or 3080791. OLE color: 3080791.

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

Color convert

RGB 87 2 47 -
CMYK 0 0.98 0.46 0.66
HSL 328.24º 0.96% 0.17% -
HSV(B) 328.24º 0.98% 0.34% -
XYZ 4.47 2.27 2.89 -
YUV 32.55 136.16 166.84 -
System Red Green Blue C M Y K H S L
Decimal 87 2 47 0 0.98 0.46 0.66 328.24 0.96 0.17
Hex 57 2 2F 0 62 2E 42 148 60 11
Octal 127 2 57 0 142 56 102 510 140 21
Binary 1010111 10 101111 0 1100010 101110 1000010 101001000 1100000 10001

Color Harmonies of #57022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57022F

Black with #57022F

Text Example


Text Example

White with #57022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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