#450BBE

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

Shades of Purple Heart #450BBE

Tints of Purple Heart #450BBE

Color information

#450BBE (or 0x450BBE) is unknown color: approx Purple Heart. HEX triplet: 45, 0B and BE. RGB value is (69,11,190). Sum of RGB (Red+Green+Blue) = 69+11+190=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #450BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450BBE is #BAF441. Grayscale: #303030. Windows color (decimal): -12252226 or 12454725. OLE color: 12454725.

HSL color Cylindrical-coordinate representation of color #450BBE: hue angle of 259.44º 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 #450BBE is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6911190-
CMYK0.640.9400.25
HSL259.44º89.05%39.41%-
HSV(B)259.44º94.21%74.51%-
XYZ11.875.2249.1-
YUV48.75207.72142.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 11 (4.69% from 255) = 4.07%
BLUE value IS 190 (74.61% from 255) = 70.37%
R=25.56%
G=4.07%
B=70.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69111900.640.9400.25259.4489.0539.41
Hex45BBE405E0191035927
Octal1051327610013603140313147
Binary1000101101110111110100000010111100110011000000111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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