Html Css Color HEX #57025E Palatinate Purple

📋 copy color: '#57025E'

red 87 ◦ green 2 ◦ blue 94

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

Shades of Palatinate Purple #57025E

Tints of Palatinate Purple #57025E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

 BLUE value IS 94 (37.11% from 255) = 51.37%

R = 47.54%
G = 1.09%
B = 51.37%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#57025E (or 0x57025E) is known color: Palatinate Purple. HEX triplet: 57, 02 and 5E. RGB value is (87,2,94). Sum of RGB (Red+Green+Blue) = 87+2+94=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #57025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57025E is #A8FDA1. Grayscale: #252525. Windows color (decimal): -11074978 or 6160983. OLE color: 6160983.

HSL color Cylindrical-coordinate representation of color #57025E: hue angle of 295.43º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #57025E is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 2 94 -
CMYK 0.07 0.98 0 0.63
HSL 295.43º 0.96% 0.19% -
HSV(B) 295.43º 0.98% 0.37% -
XYZ 5.97 2.88 10.83 -
YUV 37.9 159.66 163.02 -
System Red Green Blue C M Y K H S L
Decimal 87 2 94 0.07 0.98 0 0.63 295.43 0.96 0.19
Hex 57 2 5E 7 62 0 3F 127 60 13
Octal 127 2 136 7 142 0 77 447 140 23
Binary 1010111 10 1011110 111 1100010 0 111111 100100111 1100000 10011

Color Harmonies of #57025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57025E

Black with #57025E

Text Example


Text Example

White with #57025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57025E; }

 p { color: rgb(87,2,94); }

 H1.HeaderClassName
 {
   color: #57025E;
 }
 .AnyTagClassName
 {
   color: #57025E;
 }
</style>

background-color css

<style>
 a { background-color: #57025E; }

 a { background-color: rgb(87,2,94); }

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

border-color css

<style>
 span { border-color: #57025E; }

 span { border-color: rgb(87,2,94); }

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