Html Css Color HEX #57055B Palatinate Purple

📋 copy color: '#57055B'

red 87 ◦ green 5 ◦ blue 91

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

Shades of Palatinate Purple #57055B

Tints of Palatinate Purple #57055B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

 BLUE value IS 91 (35.94% from 255) = 49.73%

R = 47.54%
G = 2.73%
B = 49.73%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57055B (or 0x57055B) is known color: Palatinate Purple. HEX triplet: 57, 05 and 5B. RGB value is (87,5,91). Sum of RGB (Red+Green+Blue) = 87+5+91=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #57055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57055B is #A8FAA4. Grayscale: #272727. Windows color (decimal): -11074213 or 5965143. OLE color: 5965143.

HSL color Cylindrical-coordinate representation of color #57055B: hue angle of 297.21º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #57055B is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 5 91 -
CMYK 0.04 0.95 0 0.64
HSL 297.21º 0.9% 0.19% -
HSV(B) 297.21º 0.95% 0.36% -
XYZ 5.87 2.89 10.15 -
YUV 39.32 157.17 162.01 -
System Red Green Blue C M Y K H S L
Decimal 87 5 91 0.04 0.95 0 0.64 297.21 0.9 0.19
Hex 57 5 5B 4 5F 0 40 129 5A 13
Octal 127 5 133 4 137 0 100 451 132 23
Binary 1010111 101 1011011 100 1011111 0 1000000 100101001 1011010 10011

Color Harmonies of #57055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57055B

Black with #57055B

Text Example


Text Example

White with #57055B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,5,91); }

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

background-color css

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

 a { background-color: rgb(87,5,91); }

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

border-color css

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

 span { border-color: rgb(87,5,91); }

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