Html Css Color HEX #5E0D59 Palatinate Purple

📋 copy color: '#5E0D59'

red 94 ◦ green 13 ◦ blue 89

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

Shades of Palatinate Purple #5E0D59

Tints of Palatinate Purple #5E0D59

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.63%

 BLUE value IS 89 (35.16% from 255) = 45.41%

R = 47.96%
G = 6.63%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#5E0D59 (or 0x5E0D59) is known color: Palatinate Purple. HEX triplet: 5E, 0D and 59. RGB value is (94,13,89). Sum of RGB (Red+Green+Blue) = 94+13+89=196 (25% of max value = 765). Red value is 94 (37.11% from 255 or 47.96% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0D59 is #A1F2A6. Grayscale: #2D2D2D. Windows color (decimal): -10613415 or 5836126. OLE color: 5836126.

HSL color Cylindrical-coordinate representation of color #5E0D59: hue angle of 303.7º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E0D59 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 13 89 -
CMYK 0 0.86 0.05 0.63
HSL 303.7º 0.76% 0.21% -
HSV(B) 303.7º 0.86% 0.37% -
XYZ 6.56 3.39 9.76 -
YUV 45.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 94 13 89 0 0.86 0.05 0.63 303.7 0.76 0.21
Hex 5E D 59 0 56 5 3F 130 4C 15
Octal 136 15 131 0 126 5 77 460 114 25
Binary 1011110 1101 1011001 0 1010110 101 111111 100110000 1001100 10101

Color Harmonies of #5E0D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0D59

Black with #5E0D59

Text Example


Text Example

White with #5E0D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,13,89); }

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

background-color css

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

 a { background-color: rgb(94,13,89); }

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

border-color css

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

 span { border-color: rgb(94,13,89); }

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