#4500BF

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

Shades of Purple Heart #4500BF

Tints of Purple Heart #4500BF

Color information

#4500BF (or 0x4500BF) is unknown color: approx Purple Heart. HEX triplet: 45, 00 and BF. RGB value is (69,0,191). Sum of RGB (Red+Green+Blue) = 69+0+191=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 191 (75% from 255 or 73.46% from 260); Max value from RGB is 191 - color contains mainly: blue. Hex color #4500BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4500BF is #BAFF40. Grayscale: #292929. Windows color (decimal): -12255041 or 12517445. OLE color: 12517445.

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

Color convert

RGB690191-
CMYK0.64100.25
HSL261.68º100%37.45%-
HSV(B)261.68º100%74.9%-
XYZ11.865.0349.64-
YUV42.4211.86146.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 73.46%
R=26.54%
G=0%
B=73.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6901910.64100.25261.6810037.45
Hex450BF40640191066425
Octal105027710014403140614445
Binary1000101010111111100000011001000110011000001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4500BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4500BF; }

 p { color: rgb(69,0,191); }

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

<style>
 a { background-color: #4500BF; }

 a { background-color: rgb(69,0,191); }

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

<style>
 span { border-color: #4500BF; }

 span { border-color: rgb(69,0,191); }

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