Html Css Color HEX #5E085A Palatinate Purple

📋 copy color: '#5E085A'

red 94 ◦ green 8 ◦ blue 90

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

Shades of Palatinate Purple #5E085A

Tints of Palatinate Purple #5E085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.17%

 BLUE value IS 90 (35.55% from 255) = 46.88%

R = 48.96%
G = 4.17%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.63

RGB Variations

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

Color information

#5E085A (or 0x5E085A) is known color: Palatinate Purple. HEX triplet: 5E, 08 and 5A. RGB value is (94,8,90). Sum of RGB (Red+Green+Blue) = 94+8+90=192 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.96% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 94 - color contains mainly: red. Hex color #5E085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E085A is #A1F7A5. Grayscale: #2A2A2A. Windows color (decimal): -10614694 or 5900382. OLE color: 5900382.

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

Color convert

RGB 94 8 90 -
CMYK 0 0.91 0.04 0.63
HSL 302.79º 0.84% 0.2% -
HSV(B) 302.79º 0.91% 0.37% -
XYZ 6.55 3.29 9.96 -
YUV 43.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 94 8 90 0 0.91 0.04 0.63 302.79 0.84 0.2
Hex 5E 8 5A 0 5B 4 3F 12F 54 14
Octal 136 10 132 0 133 4 77 457 124 24
Binary 1011110 1000 1011010 0 1011011 100 111111 100101111 1010100 10100

Color Harmonies of #5E085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E085A

Black with #5E085A

Text Example


Text Example

White with #5E085A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,8,90); }

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

background-color css

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

 a { background-color: rgb(94,8,90); }

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

border-color css

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

 span { border-color: rgb(94,8,90); }

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