#5509AE

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

Shades of Purple Heart #5509AE

Tints of Purple Heart #5509AE

Color information

#5509AE (or 0x5509AE) is unknown color: approx Purple Heart. HEX triplet: 55, 09 and AE. RGB value is (85,9,174). Sum of RGB (Red+Green+Blue) = 85+9+174=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #5509AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5509AE is #AAF651. Grayscale: #313131. Windows color (decimal): -11204178 or 11405653. OLE color: 11405653.

HSL color Cylindrical-coordinate representation of color #5509AE: hue angle of 267.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5509AE is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB859174-
CMYK0.510.9500.32
HSL267.64º90.16%35.88%-
HSV(B)267.64º94.83%68.24%-
XYZ11.485.1840.44-
YUV50.53197.68152.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 9 (3.91% from 255) = 3.36%
BLUE value IS 174 (68.36% from 255) = 64.93%
R=31.72%
G=3.36%
B=64.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal8591740.510.9500.32267.6490.1635.88
Hex559AE335F02010c5a24
Octal125112566313704041413244
Binary1010101100110101110110011101111101000001000011001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5509AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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