Html Css Color HEX #5E0658 Palatinate Purple

📋 copy color: '#5E0658'

red 94 ◦ green 6 ◦ blue 88

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

Shades of Palatinate Purple #5E0658

Tints of Palatinate Purple #5E0658

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.19%

 BLUE value IS 88 (34.77% from 255) = 46.81%

R = 50%
G = 3.19%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.63

RGB Variations

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

Color information

#5E0658 (or 0x5E0658) is known color: Palatinate Purple. HEX triplet: 5E, 06 and 58. RGB value is (94,6,88). Sum of RGB (Red+Green+Blue) = 94+6+88=188 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0658 is #A1F9A7. Grayscale: #292929. Windows color (decimal): -10615208 or 5768798. OLE color: 5768798.

HSL color Cylindrical-coordinate representation of color #5E0658: hue angle of 304.09º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0658 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 6 88 -
CMYK 0 0.94 0.06 0.63
HSL 304.09º 0.88% 0.2% -
HSV(B) 304.09º 0.94% 0.37% -
XYZ 6.44 3.21 9.51 -
YUV 41.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 94 6 88 0 0.94 0.06 0.63 304.09 0.88 0.2
Hex 5E 6 58 0 5E 6 3F 130 58 14
Octal 136 6 130 0 136 6 77 460 130 24
Binary 1011110 110 1011000 0 1011110 110 111111 100110000 1011000 10100

Color Harmonies of #5E0658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0658

Black with #5E0658

Text Example


Text Example

White with #5E0658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,6,88); }

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

background-color css

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

 a { background-color: rgb(94,6,88); }

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

border-color css

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

 span { border-color: rgb(94,6,88); }

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