#5E0262

Color #5E0262 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #5E0262

Tints of Palatinate Purple #5E0262

Color information

#5E0262 (or 0x5E0262) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 02 and 62. RGB value is (94,2,98). Sum of RGB (Red+Green+Blue) = 94+2+98=194 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.45% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #5E0262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0262 is #A1FD9D. Grayscale: #282828. Windows color (decimal): -10616222 or 6423134. OLE color: 6423134.

HSL color Cylindrical-coordinate representation of color #5E0262: hue angle of 297.5º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E0262 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB94298-
CMYK0.040.9800.62
HSL297.5º96%19.61%-
HSV(B)297.5º97.96%38.43%-
XYZ6.843.311.83-
YUV40.45160.48166.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 48.45%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 98 (38.67% from 255) = 50.52%
R=48.45%
G=1.03%
B=50.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal942980.040.9800.62297.59619.61
Hex5E26246203E12a6014
Octal1362142414207645214024
Binary101111010110001010011000100111110100101010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E0262;
 }
 .AnyTagClassName
 {
   color: #5E0262;
 }
</style>
background-color css

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

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

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

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

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

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