#450FB5

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

Shades of Purple Heart #450FB5

Tints of Purple Heart #450FB5

Color information

#450FB5 (or 0x450FB5) is unknown color: approx Purple Heart. HEX triplet: 45, 0F and B5. RGB value is (69,15,181). Sum of RGB (Red+Green+Blue) = 69+15+181=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 181 (71.09% from 255 or 68.30% from 265); Max value from RGB is 181 - color contains mainly: blue. Hex color #450FB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450FB5 is #BAF04A. Grayscale: #313131. Windows color (decimal): -12251211 or 11865925. OLE color: 11865925.

HSL color Cylindrical-coordinate representation of color #450FB5: hue angle of 259.52º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450FB5 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6915181-
CMYK0.620.9200.29
HSL259.52º84.69%38.43%-
HSV(B)259.52º91.71%70.98%-
XYZ10.974.9444.09-
YUV50.07201.89141.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 15 (6.25% from 255) = 5.66%
BLUE value IS 181 (71.09% from 255) = 68.30%
R=26.04%
G=5.66%
B=68.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69151810.620.9200.29259.5284.6938.43
Hex45FB53E5C01D1045526
Octal105172657613403540412546
Binary100010111111011010111111010111000111011000001001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450FB5; }

 p { color: rgb(69,15,181); }

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

<style>
 a { background-color: #450FB5; }

 a { background-color: rgb(69,15,181); }

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

<style>
 span { border-color: #450FB5; }

 span { border-color: rgb(69,15,181); }

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