#4509BA

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

Shades of Purple Heart #4509BA

Tints of Purple Heart #4509BA

Color information

#4509BA (or 0x4509BA) is unknown color: approx Purple Heart. HEX triplet: 45, 09 and BA. RGB value is (69,9,186). Sum of RGB (Red+Green+Blue) = 69+9+186=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #4509BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4509BA is #BAF645. Grayscale: #2E2E2E. Windows color (decimal): -12252742 or 12192069. OLE color: 12192069.

HSL color Cylindrical-coordinate representation of color #4509BA: hue angle of 260.34º 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 #4509BA is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB699186-
CMYK0.630.9500.27
HSL260.34º90.77%38.24%-
HSV(B)260.34º95.16%72.94%-
XYZ11.415.0146.82-
YUV47.12206.38143.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.14%
GREEN value IS 9 (3.91% from 255) = 3.41%
BLUE value IS 186 (73.05% from 255) = 70.45%
R=26.14%
G=3.41%
B=70.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6991860.630.9500.27260.3490.7738.24
Hex459BA3F5F01B1045b26
Octal105112727713703340413346
Binary100010110011011101011111110111110110111000001001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4509BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4509BA; }

 p { color: rgb(69,9,186); }

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

<style>
 a { background-color: #4509BA; }

 a { background-color: rgb(69,9,186); }

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

<style>
 span { border-color: #4509BA; }

 span { border-color: rgb(69,9,186); }

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