Html Css Color HEX #5E0257 Palatinate Purple

📋 copy color: '#5E0257'

red 94 ◦ green 2 ◦ blue 87

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

Shades of Palatinate Purple #5E0257

Tints of Palatinate Purple #5E0257

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #5E0257: hue angle of 304.57º 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 #5E0257 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 2 87 -
CMYK 0 0.98 0.07 0.63
HSL 304.57º 0.96% 0.19% -
HSV(B) 304.57º 0.98% 0.37% -
XYZ 6.36 3.11 9.28 -
YUV 39.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 94 2 87 0 0.98 0.07 0.63 304.57 0.96 0.19
Hex 5E 2 57 0 62 7 3F 131 60 13
Octal 136 2 127 0 142 7 77 461 140 23
Binary 1011110 10 1010111 0 1100010 111 111111 100110001 1100000 10011

Color Harmonies of #5E0257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0257

Black with #5E0257

Text Example


Text Example

White with #5E0257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E0257; }

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

 H1.HeaderClassName
 {
   color: #5E0257;
 }
 .AnyTagClassName
 {
   color: #5E0257;
 }
</style>

background-color css

<style>
 a { background-color: #5E0257; }

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

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

border-color css

<style>
 span { border-color: #5E0257; }

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

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