Html Css Color HEX #5E09AC Purple Heart

📋 copy color: '#5E09AC'

red 94 ◦ green 9 ◦ blue 172

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

Shades of Purple Heart #5E09AC

Tints of Purple Heart #5E09AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.27%

 BLUE value IS 172 (67.58% from 255) = 62.55%

R = 34.18%
G = 3.27%
B = 62.55%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E09AC (or 0x5E09AC) is known color: Purple Heart. HEX triplet: 5E, 09 and AC. RGB value is (94,9,172). Sum of RGB (Red+Green+Blue) = 94+9+172=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E09AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E09AC is #A1F653. Grayscale: #343434. Windows color (decimal): -10614356 or 11274590. OLE color: 11274590.

HSL color Cylindrical-coordinate representation of color #5E09AC: hue angle of 271.29º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E09AC is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 9 172 -
CMYK 0.45 0.95 0 0.33
HSL 271.29º 0.9% 0.35% -
HSV(B) 271.29º 0.95% 0.67% -
XYZ 12.16 5.55 39.46 -
YUV 53 195.16 157.25 -
System Red Green Blue C M Y K H S L
Decimal 94 9 172 0.45 0.95 0 0.33 271.29 0.9 0.35
Hex 5E 9 AC 2D 5F 0 21 10F 5A 23
Octal 136 11 254 55 137 0 41 417 132 43
Binary 1011110 1001 10101100 101101 1011111 0 100001 100001111 1011010 100011

Color Harmonies of #5E09AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E09AC

Black with #5E09AC

Text Example


Text Example

White with #5E09AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,9,172); }

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

background-color css

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

 a { background-color: rgb(94,9,172); }

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

border-color css

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

 span { border-color: rgb(94,9,172); }

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