Html Css Color HEX #57005D Palatinate Purple

📋 copy color: '#57005D'

red 87 ◦ green 0 ◦ blue 93

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

Shades of Palatinate Purple #57005D

Tints of Palatinate Purple #57005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.33%
G = 0%
B = 51.67%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57005D (or 0x57005D) is known color: Palatinate Purple. HEX triplet: 57, 00 and 5D. RGB value is (87,0,93). Sum of RGB (Red+Green+Blue) = 87+0+93=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #57005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57005D is #A8FFA2. Grayscale: #242424. Windows color (decimal): -11075491 or 6094935. OLE color: 6094935.

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

Color convert

RGB 87 0 93 -
CMYK 0.06 1 0 0.64
HSL 296.13º 1% 0.18% -
HSV(B) 296.13º 1% 0.36% -
XYZ 5.91 2.82 10.59 -
YUV 36.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 87 0 93 0.06 1 0 0.64 296.13 1 0.18
Hex 57 0 5D 6 64 0 40 128 64 12
Octal 127 0 135 6 144 0 100 450 144 22
Binary 1010111 0 1011101 110 1100100 0 1000000 100101000 1100100 10010

Color Harmonies of #57005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57005D

Black with #57005D

Text Example


Text Example

White with #57005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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