#4609BA

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

Shades of Purple Heart #4609BA

Tints of Purple Heart #4609BA

Color information

#4609BA (or 0x4609BA) is unknown color: approx Purple Heart. HEX triplet: 46, 09 and BA. RGB value is (70,9,186). Sum of RGB (Red+Green+Blue) = 70+9+186=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #4609BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4609BA is #B9F645. Grayscale: #2E2E2E. Windows color (decimal): -12187206 or 12192070. OLE color: 12192070.

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

Color convert

RGB709186-
CMYK0.620.9500.27
HSL260.68º90.77%38.24%-
HSV(B)260.68º95.16%72.94%-
XYZ11.495.0446.82-
YUV47.42206.21144.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 9 (3.91% from 255) = 3.40%
BLUE value IS 186 (73.05% from 255) = 70.19%
R=26.42%
G=3.40%
B=70.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7091860.620.9500.27260.6890.7738.24
Hex469BA3E5F01B1055b26
Octal106112727613703340513346
Binary100011010011011101011111010111110110111000001011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4609BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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