#4502B6

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

Shades of Purple Heart #4502B6

Tints of Purple Heart #4502B6

Color information

#4502B6 (or 0x4502B6) is unknown color: approx Purple Heart. HEX triplet: 45, 02 and B6. RGB value is (69,2,182). Sum of RGB (Red+Green+Blue) = 69+2+182=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 182 (71.48% from 255 or 71.94% from 253); Max value from RGB is 182 - color contains mainly: blue. Hex color #4502B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4502B6 is #BAFD49. Grayscale: #292929. Windows color (decimal): -12254538 or 11928133. OLE color: 11928133.

HSL color Cylindrical-coordinate representation of color #4502B6: hue angle of 262.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4502B6 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB692182-
CMYK0.620.9900.29
HSL262.33º97.83%36.08%-
HSV(B)262.33º98.9%71.37%-
XYZ10.924.6944.58-
YUV42.55206.7146.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.27%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 182 (71.48% from 255) = 71.94%
R=27.27%
G=0.79%
B=71.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6921820.620.9900.29262.3397.8336.08
Hex452B63E6301D1066224
Octal10522667614303540614244
Binary1000101101011011011111011000110111011000001101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4502B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4502B6; }

 p { color: rgb(69,2,182); }

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

<style>
 a { background-color: #4502B6; }

 a { background-color: rgb(69,2,182); }

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

<style>
 span { border-color: #4502B6; }

 span { border-color: rgb(69,2,182); }

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