#451ABE

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

Shades of Purple Heart #451ABE

Tints of Purple Heart #451ABE

Color information

#451ABE (or 0x451ABE) is unknown color: approx Purple Heart. HEX triplet: 45, 1A and BE. RGB value is (69,26,190). Sum of RGB (Red+Green+Blue) = 69+26+190=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #451ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451ABE is #BAE541. Grayscale: #383838. Windows color (decimal): -12248386 or 12458565. OLE color: 12458565.

HSL color Cylindrical-coordinate representation of color #451ABE: hue angle of 255.73º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451ABE is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6926190-
CMYK0.640.8600.25
HSL255.73º75.93%42.35%-
HSV(B)255.73º86.32%74.51%-
XYZ12.125.7249.18-
YUV57.55202.75136.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.21%
GREEN value IS 26 (10.55% from 255) = 9.12%
BLUE value IS 190 (74.61% from 255) = 66.67%
R=24.21%
G=9.12%
B=66.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69261900.640.8600.25255.7375.9342.35
Hex451ABE40560191004c2a
Octal1053227610012603140011452
Binary10001011101010111110100000010101100110011000000001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,26,190); }

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

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

 a { background-color: rgb(69,26,190); }

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

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

 span { border-color: rgb(69,26,190); }

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