#5509B9

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

Shades of Purple Heart #5509B9

Tints of Purple Heart #5509B9

Color information

#5509B9 (or 0x5509B9) is unknown color: approx Purple Heart. HEX triplet: 55, 09 and B9. RGB value is (85,9,185). Sum of RGB (Red+Green+Blue) = 85+9+185=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 185 (72.66% from 255 or 66.31% from 279); Max value from RGB is 185 - color contains mainly: blue. Hex color #5509B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5509B9 is #AAF646. Grayscale: #333333. Windows color (decimal): -11204167 or 12126549. OLE color: 12126549.

HSL color Cylindrical-coordinate representation of color #5509B9: hue angle of 265.91º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5509B9 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB859185-
CMYK0.540.9500.27
HSL265.91º90.72%38.04%-
HSV(B)265.91º95.14%72.55%-
XYZ12.65.6346.32-
YUV51.79203.18151.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 9 (3.91% from 255) = 3.23%
BLUE value IS 185 (72.66% from 255) = 66.31%
R=30.47%
G=3.23%
B=66.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8591850.540.9500.27265.9190.7238.04
Hex559B9365F01B10a5b26
Octal125112716613703341213346
Binary101010110011011100111011010111110110111000010101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5509B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5509B9; }

 p { color: rgb(85,9,185); }

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

<style>
 a { background-color: #5509B9; }

 a { background-color: rgb(85,9,185); }

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

<style>
 span { border-color: #5509B9; }

 span { border-color: rgb(85,9,185); }

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