#451BBE

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

Shades of Purple Heart #451BBE

Tints of Purple Heart #451BBE

Color information

#451BBE (or 0x451BBE) is unknown color: approx Purple Heart. HEX triplet: 45, 1B and BE. RGB value is (69,27,190). Sum of RGB (Red+Green+Blue) = 69+27+190=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #451BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451BBE is #BAE441. Grayscale: #393939. Windows color (decimal): -12248130 or 12458821. OLE color: 12458821.

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

Color convert

RGB6927190-
CMYK0.640.8600.25
HSL255.46º75.12%42.55%-
HSV(B)255.46º85.79%74.51%-
XYZ12.145.7749.19-
YUV58.14202.41135.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.13%
GREEN value IS 27 (10.94% from 255) = 9.44%
BLUE value IS 190 (74.61% from 255) = 66.43%
R=24.13%
G=9.44%
B=66.43%

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
Decimal69271900.640.8600.25255.4675.1242.55
Hex451BBE4056019ff4b2b
Octal1053327610012603137711353
Binary1000101110111011111010000001010110011001111111111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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