#450EBF

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

Shades of Purple Heart #450EBF

Tints of Purple Heart #450EBF

Color information

#450EBF (or 0x450EBF) is unknown color: approx Purple Heart. HEX triplet: 45, 0E and BF. RGB value is (69,14,191). Sum of RGB (Red+Green+Blue) = 69+14+191=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 191 (75% from 255 or 69.71% from 274); Max value from RGB is 191 - color contains mainly: blue. Hex color #450EBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450EBF is #BAF140. Grayscale: #313131. Windows color (decimal): -12251457 or 12521029. OLE color: 12521029.

HSL color Cylindrical-coordinate representation of color #450EBF: hue angle of 258.64º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450EBF is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6914191-
CMYK0.640.9300.25
HSL258.64º86.34%40.2%-
HSV(B)258.64º92.67%74.9%-
XYZ12.025.3449.69-
YUV50.62207.22141.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.18%
GREEN value IS 14 (5.86% from 255) = 5.11%
BLUE value IS 191 (75% from 255) = 69.71%
R=25.18%
G=5.11%
B=69.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69141910.640.9300.25258.6486.3440.2
Hex45EBF405D0191035628
Octal1051627710013503140312650
Binary1000101111010111111100000010111010110011000000111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,14,191); }

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

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

 a { background-color: rgb(69,14,191); }

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

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

 span { border-color: rgb(69,14,191); }

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