#450EB3

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

Shades of Purple Heart #450EB3

Tints of Purple Heart #450EB3

Color information

#450EB3 (or 0x450EB3) is unknown color: approx Purple Heart. HEX triplet: 45, 0E and B3. RGB value is (69,14,179). Sum of RGB (Red+Green+Blue) = 69+14+179=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 179 (70.31% from 255 or 68.32% from 262); Max value from RGB is 179 - color contains mainly: blue. Hex color #450EB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450EB3 is #BAF14C. Grayscale: #303030. Windows color (decimal): -12251469 or 11734597. OLE color: 11734597.

HSL color Cylindrical-coordinate representation of color #450EB3: hue angle of 260º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450EB3 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6914179-
CMYK0.610.9200.30
HSL260º85.49%37.84%-
HSV(B)260º92.18%70.2%-
XYZ10.754.8343.01-
YUV49.26201.22142.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 14 (5.86% from 255) = 5.34%
BLUE value IS 179 (70.31% from 255) = 68.32%
R=26.34%
G=5.34%
B=68.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal69141790.610.9200.3026085.4937.84
Hex45EB33D5C01E1045526
Octal105162637513403640412546
Binary100010111101011001111110110111000111101000001001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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