#451DAB

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

Shades of Purple Heart #451DAB

Tints of Purple Heart #451DAB

Color information

#451DAB (or 0x451DAB) is unknown color: approx Purple Heart. HEX triplet: 45, 1D and AB. RGB value is (69,29,171). Sum of RGB (Red+Green+Blue) = 69+29+171=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #451DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451DAB is #BAE254. Grayscale: #383838. Windows color (decimal): -12247637 or 11214149. OLE color: 11214149.

HSL color Cylindrical-coordinate representation of color #451DAB: hue angle of 256.9º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #451DAB is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6929171-
CMYK0.600.8300.33
HSL256.9º71%39.22%-
HSV(B)256.9º83.04%67.06%-
XYZ10.245.0838.97-
YUV57.15192.25136.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.65%
GREEN value IS 29 (11.72% from 255) = 10.78%
BLUE value IS 171 (67.19% from 255) = 63.57%
R=25.65%
G=10.78%
B=63.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69291710.600.8300.33256.97139.22
Hex451DAB3C530211014727
Octal105352537412304140110747
Binary10001011110110101011111100101001101000011000000011000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451DAB; }

 p { color: rgb(69,29,171); }

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

<style>
 a { background-color: #451DAB; }

 a { background-color: rgb(69,29,171); }

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

<style>
 span { border-color: #451DAB; }

 span { border-color: rgb(69,29,171); }

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