Html Css Color HEX #57065A Palatinate Purple

📋 copy color: '#57065A'

red 87 ◦ green 6 ◦ blue 90

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

Shades of Palatinate Purple #57065A

Tints of Palatinate Purple #57065A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.28%

 BLUE value IS 90 (35.55% from 255) = 49.18%

R = 47.54%
G = 3.28%
B = 49.18%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#57065A (or 0x57065A) is known color: Palatinate Purple. HEX triplet: 57, 06 and 5A. RGB value is (87,6,90). Sum of RGB (Red+Green+Blue) = 87+6+90=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #57065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57065A is #A8F9A5. Grayscale: #272727. Windows color (decimal): -11073958 or 5899863. OLE color: 5899863.

HSL color Cylindrical-coordinate representation of color #57065A: hue angle of 297.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #57065A is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 6 90 -
CMYK 0.03 0.93 0 0.65
HSL 297.86º 0.88% 0.19% -
HSV(B) 297.86º 0.93% 0.35% -
XYZ 5.84 2.89 9.92 -
YUV 39.8 156.34 161.67 -
System Red Green Blue C M Y K H S L
Decimal 87 6 90 0.03 0.93 0 0.65 297.86 0.88 0.19
Hex 57 6 5A 3 5D 0 41 12A 58 13
Octal 127 6 132 3 135 0 101 452 130 23
Binary 1010111 110 1011010 11 1011101 0 1000001 100101010 1011000 10011

Color Harmonies of #57065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57065A

Black with #57065A

Text Example


Text Example

White with #57065A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57065A; }

 p { color: rgb(87,6,90); }

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

background-color css

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

 a { background-color: rgb(87,6,90); }

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

border-color css

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

 span { border-color: rgb(87,6,90); }

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