#4609B5

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

Shades of Purple Heart #4609B5

Tints of Purple Heart #4609B5

Color information

#4609B5 (or 0x4609B5) is unknown color: approx Purple Heart. HEX triplet: 46, 09 and B5. RGB value is (70,9,181). Sum of RGB (Red+Green+Blue) = 70+9+181=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 181 (71.09% from 255 or 69.62% from 260); Max value from RGB is 181 - color contains mainly: blue. Hex color #4609B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4609B5 is #B9F64A. Grayscale: #2E2E2E. Windows color (decimal): -12187211 or 11864390. OLE color: 11864390.

HSL color Cylindrical-coordinate representation of color #4609B5: hue angle of 261.28º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4609B5 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB709181-
CMYK0.610.9500.29
HSL261.28º90.53%37.25%-
HSV(B)261.28º95.03%70.98%-
XYZ10.964.8344.07-
YUV46.85203.71144.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 9 (3.91% from 255) = 3.46%
BLUE value IS 181 (71.09% from 255) = 69.62%
R=26.92%
G=3.46%
B=69.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal7091810.610.9500.29261.2890.5337.25
Hex469B53D5F01D1055b25
Octal106112657513703540513345
Binary100011010011011010111110110111110111011000001011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4609B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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