#5B09AC

Color #5B09AC Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5B09AC

Tints of Purple Heart #5B09AC

Color information

#5B09AC (or 0x5B09AC) is unknown color: approx Purple Heart. HEX triplet: 5B, 09 and AC. RGB value is (91,9,172). Sum of RGB (Red+Green+Blue) = 91+9+172=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B09AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B09AC is #A4F653. Grayscale: #333333. Windows color (decimal): -10810964 or 11274587. OLE color: 11274587.

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

Color convert

RGB919172-
CMYK0.470.9500.33
HSL270.18º90.06%35.49%-
HSV(B)270.18º94.77%67.45%-
XYZ11.865.439.45-
YUV52.1195.67155.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.46%
GREEN value IS 9 (3.91% from 255) = 3.31%
BLUE value IS 172 (67.58% from 255) = 63.24%
R=33.46%
G=3.31%
B=63.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9191720.470.9500.33270.1890.0635.49
Hex5B9AC2F5F02110e5a23
Octal133112545713704141613243
Binary1011011100110101100101111101111101000011000011101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B09AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B09AC;
 }
 .AnyTagClassName
 {
   color: #5B09AC;
 }
</style>
background-color css

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

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

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

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

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

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