Html Css Color HEX #5E09AB Purple Heart

📋 copy color: '#5E09AB'

red 94 ◦ green 9 ◦ blue 171

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

Shades of Purple Heart #5E09AB

Tints of Purple Heart #5E09AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.41%

R = 34.31%
G = 3.28%
B = 62.41%

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

#5E09AB (or 0x5E09AB) is known color: Purple Heart. HEX triplet: 5E, 09 and AB. RGB value is (94,9,171). Sum of RGB (Red+Green+Blue) = 94+9+171=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E09AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E09AB is #A1F654. Grayscale: #343434. Windows color (decimal): -10614357 or 11209054. OLE color: 11209054.

HSL color Cylindrical-coordinate representation of color #5E09AB: hue angle of 271.48º 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 #5E09AB is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 9 171 -
CMYK 0.45 0.95 0 0.33
HSL 271.48º 0.9% 0.35% -
HSV(B) 271.48º 0.95% 0.67% -
XYZ 12.06 5.52 38.96 -
YUV 52.88 194.66 157.33 -
System Red Green Blue C M Y K H S L
Decimal 94 9 171 0.45 0.95 0 0.33 271.48 0.9 0.35
Hex 5E 9 AB 2D 5F 0 21 10F 5A 23
Octal 136 11 253 55 137 0 41 417 132 43
Binary 1011110 1001 10101011 101101 1011111 0 100001 100001111 1011010 100011

Color Harmonies of #5E09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E09AB

Black with #5E09AB

Text Example


Text Example

White with #5E09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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