#450EC9

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

Shades of Purple Heart #450EC9

Tints of Purple Heart #450EC9

Color information

#450EC9 (or 0x450EC9) is unknown color: approx Purple Heart. HEX triplet: 45, 0E and C9. RGB value is (69,14,201). Sum of RGB (Red+Green+Blue) = 69+14+201=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 201 (78.91% from 255 or 70.77% from 284); Max value from RGB is 201 - color contains mainly: blue. Hex color #450EC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450EC9 is #BAF136. Grayscale: #333333. Windows color (decimal): -12251447 or 13176389. OLE color: 13176389.

HSL color Cylindrical-coordinate representation of color #450EC9: hue angle of 257.65º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450EC9 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6914201-
CMYK0.660.9300.21
HSL257.65º86.98%42.16%-
HSV(B)257.65º93.03%78.82%-
XYZ13.155.855.68-
YUV51.76212.22140.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.30%
GREEN value IS 14 (5.86% from 255) = 4.93%
BLUE value IS 201 (78.91% from 255) = 70.77%
R=24.30%
G=4.93%
B=70.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal69142010.660.9300.21257.6586.9842.16
Hex45EC9425D015102572a
Octal1051631110213502540212752
Binary1000101111011001001100001010111010101011000000101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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