#450AB7

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

Shades of Purple Heart #450AB7

Tints of Purple Heart #450AB7

Color information

#450AB7 (or 0x450AB7) is unknown color: approx Purple Heart. HEX triplet: 45, 0A and B7. RGB value is (69,10,183). Sum of RGB (Red+Green+Blue) = 69+10+183=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 183 (71.88% from 255 or 69.85% from 262); Max value from RGB is 183 - color contains mainly: blue. Hex color #450AB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450AB7 is #BAF548. Grayscale: #2E2E2E. Windows color (decimal): -12252489 or 11995717. OLE color: 11995717.

HSL color Cylindrical-coordinate representation of color #450AB7: hue angle of 260.46º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450AB7 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6910183-
CMYK0.620.9500.28
HSL260.46º89.64%37.84%-
HSV(B)260.46º94.54%71.76%-
XYZ11.114.945.16-
YUV47.36204.55143.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 10 (4.30% from 255) = 3.82%
BLUE value IS 183 (71.88% from 255) = 69.85%
R=26.34%
G=3.82%
B=69.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal69101830.620.9500.28260.4689.6437.84
Hex45AB73E5F01C1045a26
Octal105122677613703440413246
Binary100010110101011011111111010111110111001000001001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,10,183); }

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

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

 a { background-color: rgb(69,10,183); }

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

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

 span { border-color: rgb(69,10,183); }

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