Html Css Color HEX #57085D Palatinate Purple

📋 copy color: '#57085D'

red 87 ◦ green 8 ◦ blue 93

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

Shades of Palatinate Purple #57085D

Tints of Palatinate Purple #57085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.26%

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

R = 46.28%
G = 4.26%
B = 49.47%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57085D (or 0x57085D) is known color: Palatinate Purple. HEX triplet: 57, 08 and 5D. RGB value is (87,8,93). Sum of RGB (Red+Green+Blue) = 87+8+93=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #57085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57085D is #A8F7A2. Grayscale: #292929. Windows color (decimal): -11073443 or 6096983. OLE color: 6096983.

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

Color convert

RGB 87 8 93 -
CMYK 0.06 0.91 0 0.64
HSL 295.76º 0.84% 0.2% -
HSV(B) 295.76º 0.91% 0.36% -
XYZ 5.99 2.99 10.62 -
YUV 41.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 87 8 93 0.06 0.91 0 0.64 295.76 0.84 0.2
Hex 57 8 5D 6 5B 0 40 128 54 14
Octal 127 10 135 6 133 0 100 450 124 24
Binary 1010111 1000 1011101 110 1011011 0 1000000 100101000 1010100 10100

Color Harmonies of #57085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57085D

Black with #57085D

Text Example


Text Example

White with #57085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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