#451fba

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

Shades of Purple Heart #451FBA

Tints of Purple Heart #451FBA

Color information

#451FBA (or 0x451FBA) is unknown color: approx Purple Heart. HEX triplet: 45, 1F and BA. RGB value is (69,31,186). Sum of RGB (Red+Green+Blue) = 69+31+186=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #451FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451FBA is #BAE045. Grayscale: #3B3B3B. Windows color (decimal): -12247110 or 12197701. OLE color: 12197701.

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

Color convert

RGB6931186-
CMYK0.630.8300.27
HSL254.71º71.43%42.55%-
HSV(B)254.71º83.33%72.94%-
XYZ11.815.7946.95-
YUV60.03199.09134.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.13%
GREEN value IS 31 (12.5% from 255) = 10.84%
BLUE value IS 186 (73.05% from 255) = 65.03%
R=24.13%
G=10.84%
B=65.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69311860.630.8300.27254.7171.4342.55
Hex451FBA3F5301Bff472b
Octal105372727712303337710753
Binary100010111111101110101111111010011011011111111111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,31,186); }

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

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

 a { background-color: rgb(69,31,186); }

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

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

 span { border-color: rgb(69,31,186); }

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