Html Css Color HEX #57065D Palatinate Purple

📋 copy color: '#57065D'

red 87 ◦ green 6 ◦ blue 93

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

Shades of Palatinate Purple #57065D

Tints of Palatinate Purple #57065D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50%

R = 46.77%
G = 3.23%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57065D (or 0x57065D) is known color: Palatinate Purple. HEX triplet: 57, 06 and 5D. RGB value is (87,6,93). Sum of RGB (Red+Green+Blue) = 87+6+93=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #57065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57065D is #A8F9A2. Grayscale: #272727. Windows color (decimal): -11073955 or 6096471. OLE color: 6096471.

HSL color Cylindrical-coordinate representation of color #57065D: hue angle of 295.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #57065D is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 6 93 -
CMYK 0.06 0.94 0 0.64
HSL 295.86º 0.88% 0.19% -
HSV(B) 295.86º 0.94% 0.36% -
XYZ 5.97 2.95 10.61 -
YUV 40.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 87 6 93 0.06 0.94 0 0.64 295.86 0.88 0.19
Hex 57 6 5D 6 5E 0 40 128 58 13
Octal 127 6 135 6 136 0 100 450 130 23
Binary 1010111 110 1011101 110 1011110 0 1000000 100101000 1011000 10011

Color Harmonies of #57065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57065D

Black with #57065D

Text Example


Text Example

White with #57065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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