#460BBE

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

Shades of Purple Heart #460BBE

Tints of Purple Heart #460BBE

Color information

#460BBE (or 0x460BBE) is unknown color: approx Purple Heart. HEX triplet: 46, 0B and BE. RGB value is (70,11,190). Sum of RGB (Red+Green+Blue) = 70+11+190=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #460BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BBE is #B9F441. Grayscale: #303030. Windows color (decimal): -12186690 or 12454726. OLE color: 12454726.

HSL color Cylindrical-coordinate representation of color #460BBE: hue angle of 259.78º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460BBE is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7011190-
CMYK0.630.9400.25
HSL259.78º89.05%39.41%-
HSV(B)259.78º94.21%74.51%-
XYZ11.945.2649.1-
YUV49.05207.55142.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 11 (4.69% from 255) = 4.06%
BLUE value IS 190 (74.61% from 255) = 70.11%
R=25.83%
G=4.06%
B=70.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70111900.630.9400.25259.7889.0539.41
Hex46BBE3F5E0191045927
Octal106132767713603140413147
Binary100011010111011111011111110111100110011000001001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460BBE; }

 p { color: rgb(70,11,190); }

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

<style>
 a { background-color: #460BBE; }

 a { background-color: rgb(70,11,190); }

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

<style>
 span { border-color: #460BBE; }

 span { border-color: rgb(70,11,190); }

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