Html Css Color HEX #57015D Palatinate Purple

📋 copy color: '#57015D'

red 87 ◦ green 1 ◦ blue 93

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

Shades of Palatinate Purple #57015D

Tints of Palatinate Purple #57015D

RGB

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

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

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

R = 48.07%
G = 0.55%
B = 51.38%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57015D (or 0x57015D) is known color: Palatinate Purple. HEX triplet: 57, 01 and 5D. RGB value is (87,1,93). Sum of RGB (Red+Green+Blue) = 87+1+93=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #57015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57015D is #A8FEA2. Grayscale: #242424. Windows color (decimal): -11075235 or 6095191. OLE color: 6095191.

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

Color convert

RGB 87 1 93 -
CMYK 0.06 0.99 0 0.64
HSL 296.09º 0.98% 0.18% -
HSV(B) 296.09º 0.99% 0.36% -
XYZ 5.92 2.84 10.59 -
YUV 37.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 87 1 93 0.06 0.99 0 0.64 296.09 0.98 0.18
Hex 57 1 5D 6 63 0 40 128 62 12
Octal 127 1 135 6 143 0 100 450 142 22
Binary 1010111 1 1011101 110 1100011 0 1000000 100101000 1100010 10010

Color Harmonies of #57015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57015D

Black with #57015D

Text Example


Text Example

White with #57015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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