Html Css Color HEX #5E0261 Palatinate Purple

📋 copy color: '#5E0261'

red 94 ◦ green 2 ◦ blue 97

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

Shades of Palatinate Purple #5E0261

Tints of Palatinate Purple #5E0261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 50.26%

R = 48.7%
G = 1.04%
B = 50.26%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5E0261 (or 0x5E0261) is known color: Palatinate Purple. HEX triplet: 5E, 02 and 61. RGB value is (94,2,97). Sum of RGB (Red+Green+Blue) = 94+2+97=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E0261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0261 is #A1FD9E. Grayscale: #282828. Windows color (decimal): -10616223 or 6357598. OLE color: 6357598.

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

Color convert

RGB 94 2 97 -
CMYK 0.03 0.98 0 0.62
HSL 298.11º 0.96% 0.19% -
HSV(B) 298.11º 0.98% 0.38% -
XYZ 6.8 3.29 11.59 -
YUV 40.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 94 2 97 0.03 0.98 0 0.62 298.11 0.96 0.19
Hex 5E 2 61 3 62 0 3E 12A 60 13
Octal 136 2 141 3 142 0 76 452 140 23
Binary 1011110 10 1100001 11 1100010 0 111110 100101010 1100000 10011

Color Harmonies of #5E0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0261

Black with #5E0261

Text Example


Text Example

White with #5E0261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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