#450BB0

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

Shades of Purple Heart #450BB0

Tints of Purple Heart #450BB0

Color information

#450BB0 (or 0x450BB0) is unknown color: approx Purple Heart. HEX triplet: 45, 0B and B0. RGB value is (69,11,176). Sum of RGB (Red+Green+Blue) = 69+11+176=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 176 (69.14% from 255 or 68.75% from 256); Max value from RGB is 176 - color contains mainly: blue. Hex color #450BB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450BB0 is #BAF44F. Grayscale: #2E2E2E. Windows color (decimal): -12252240 or 11537221. OLE color: 11537221.

HSL color Cylindrical-coordinate representation of color #450BB0: hue angle of 261.09º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450BB0 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6911176-
CMYK0.610.9400.31
HSL261.09º88.24%36.67%-
HSV(B)261.09º93.75%69.02%-
XYZ10.414.6441.42-
YUV47.15200.72143.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.95%
GREEN value IS 11 (4.69% from 255) = 4.30%
BLUE value IS 176 (69.14% from 255) = 68.75%
R=26.95%
G=4.30%
B=68.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69111760.610.9400.31261.0988.2436.67
Hex45BB03D5E01F1055825
Octal105132607513603740513045
Binary100010110111011000011110110111100111111000001011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,11,176); }

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

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

 a { background-color: rgb(69,11,176); }

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

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

 span { border-color: rgb(69,11,176); }

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