#450ABF

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

Shades of Purple Heart #450ABF

Tints of Purple Heart #450ABF

Color information

#450ABF (or 0x450ABF) is unknown color: approx Purple Heart. HEX triplet: 45, 0A and BF. RGB value is (69,10,191). Sum of RGB (Red+Green+Blue) = 69+10+191=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #450ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450ABF is #BAF540. Grayscale: #2F2F2F. Windows color (decimal): -12252481 or 12520005. OLE color: 12520005.

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

Color convert

RGB6910191-
CMYK0.640.9500.25
HSL259.56º90.05%39.41%-
HSV(B)259.56º94.76%74.9%-
XYZ11.975.2449.67-
YUV48.28208.55142.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 10 (4.30% from 255) = 3.70%
BLUE value IS 191 (75% from 255) = 70.74%
R=25.56%
G=3.70%
B=70.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69101910.640.9500.25259.5690.0539.41
Hex45ABF405F0191045a27
Octal1051227710013703140413247
Binary1000101101010111111100000010111110110011000001001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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