#451EBD

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

Shades of Purple Heart #451EBD

Tints of Purple Heart #451EBD

Color information

#451EBD (or 0x451EBD) is unknown color: approx Purple Heart. HEX triplet: 45, 1E and BD. RGB value is (69,30,189). Sum of RGB (Red+Green+Blue) = 69+30+189=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #451EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451EBD is #BAE142. Grayscale: #3B3B3B. Windows color (decimal): -12247363 or 12394053. OLE color: 12394053.

HSL color Cylindrical-coordinate representation of color #451EBD: hue angle of 254.72º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #451EBD is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6930189-
CMYK0.630.8400.26
HSL254.72º72.6%42.94%-
HSV(B)254.72º84.13%74.12%-
XYZ12.15.8748.64-
YUV59.79200.92134.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.96%
GREEN value IS 30 (12.11% from 255) = 10.42%
BLUE value IS 189 (74.22% from 255) = 65.62%
R=23.96%
G=10.42%
B=65.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal69301890.630.8400.26254.7272.642.94
Hex451EBD3F5401Aff492b
Octal105362757712403237711153
Binary100010111110101111011111111010100011010111111111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,30,189); }

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

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

 a { background-color: rgb(69,30,189); }

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

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

 span { border-color: rgb(69,30,189); }

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