#450EC5

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

Shades of Purple Heart #450EC5

Tints of Purple Heart #450EC5

Color information

#450EC5 (or 0x450EC5) is unknown color: approx Purple Heart. HEX triplet: 45, 0E and C5. RGB value is (69,14,197). Sum of RGB (Red+Green+Blue) = 69+14+197=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 197 (77.34% from 255 or 70.36% from 280); Max value from RGB is 197 - color contains mainly: blue. Hex color #450EC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450EC5 is #BAF13A. Grayscale: #323232. Windows color (decimal): -12251451 or 12914245. OLE color: 12914245.

HSL color Cylindrical-coordinate representation of color #450EC5: hue angle of 258.03º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450EC5 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6914197-
CMYK0.650.9300.23
HSL258.03º86.73%41.37%-
HSV(B)258.03º92.89%77.25%-
XYZ12.695.6153.24-
YUV51.31210.22140.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 14 (5.86% from 255) = 5%
BLUE value IS 197 (77.34% from 255) = 70.36%
R=24.64%
G=5%
B=70.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal69141970.650.9300.23258.0386.7341.37
Hex45EC5415D0171025729
Octal1051630510113502740212751
Binary1000101111011000101100000110111010101111000000101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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