#4505B9

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

Shades of Purple Heart #4505B9

Tints of Purple Heart #4505B9

Color information

#4505B9 (or 0x4505B9) is unknown color: approx Purple Heart. HEX triplet: 45, 05 and B9. RGB value is (69,5,185). Sum of RGB (Red+Green+Blue) = 69+5+185=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 185 (72.66% from 255 or 71.43% from 259); Max value from RGB is 185 - color contains mainly: blue. Hex color #4505B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4505B9 is #BAFA46. Grayscale: #2C2C2C. Windows color (decimal): -12253767 or 12125509. OLE color: 12125509.

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

Color convert

RGB695185-
CMYK0.630.9700.27
HSL261.33º94.74%37.25%-
HSV(B)261.33º97.3%72.55%-
XYZ11.274.8846.25-
YUV44.66207.2145.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 5 (2.34% from 255) = 1.93%
BLUE value IS 185 (72.66% from 255) = 71.43%
R=26.64%
G=1.93%
B=71.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6951850.630.9700.27261.3394.7437.25
Hex455B93F6101B1055f25
Octal10552717714103340513745
Binary10001011011011100111111111000010110111000001011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4505B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,5,185); }

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

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

 a { background-color: rgb(69,5,185); }

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

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

 span { border-color: rgb(69,5,185); }

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