Html Css Color HEX #570132 Tyrian Purple

📋 copy color: '#570132'

red 87 ◦ green 1 ◦ blue 50

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

Shades of Tyrian Purple #570132

Tints of Tyrian Purple #570132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

 BLUE value IS 50 (19.92% from 255) = 36.23%

R = 63.04%
G = 0.72%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#570132 (or 0x570132) is known color: Tyrian Purple. HEX triplet: 57, 01 and 32. RGB value is (87,1,50). Sum of RGB (Red+Green+Blue) = 87+1+50=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #570132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570132 is #A8FECD. Grayscale: #202020. Windows color (decimal): -11075278 or 3277143. OLE color: 3277143.

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

Color convert

RGB 87 1 50 -
CMYK 0 0.99 0.43 0.66
HSL 325.81º 0.98% 0.17% -
HSV(B) 325.81º 0.99% 0.34% -
XYZ 4.52 2.28 3.22 -
YUV 32.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 87 1 50 0 0.99 0.43 0.66 325.81 0.98 0.17
Hex 57 1 32 0 63 2B 42 146 62 11
Octal 127 1 62 0 143 53 102 506 142 21
Binary 1010111 1 110010 0 1100011 101011 1000010 101000110 1100010 10001

Color Harmonies of #570132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570132

Black with #570132

Text Example


Text Example

White with #570132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570132; }

 p { color: rgb(87,1,50); }

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

background-color css

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

 a { background-color: rgb(87,1,50); }

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

border-color css

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

 span { border-color: rgb(87,1,50); }

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