#5229BE

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

Shades of Purple Heart #5229BE

Tints of Purple Heart #5229BE

Color information

#5229BE (or 0x5229BE) is unknown color: approx Purple Heart. HEX triplet: 52, 29 and BE. RGB value is (82,41,190). Sum of RGB (Red+Green+Blue) = 82+41+190=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #5229BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5229BE is #ADD641. Grayscale: #454545. Windows color (decimal): -11392578 or 12462418. OLE color: 12462418.

HSL color Cylindrical-coordinate representation of color #5229BE: hue angle of 256.51º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5229BE is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8241190-
CMYK0.570.7800.25
HSL256.51º64.5%45.29%-
HSV(B)256.51º78.42%74.51%-
XYZ13.577.149.37-
YUV70.24195.58136.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.20%
GREEN value IS 41 (16.41% from 255) = 13.10%
BLUE value IS 190 (74.61% from 255) = 60.70%
R=26.20%
G=13.10%
B=60.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82411900.570.7800.25256.5164.545.29
Hex5229BE394E019101412d
Octal122512767111603140110155
Binary10100101010011011111011100110011100110011000000011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5229BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5229BE; }

 p { color: rgb(82,41,190); }

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

<style>
 a { background-color: #5229BE; }

 a { background-color: rgb(82,41,190); }

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

<style>
 span { border-color: #5229BE; }

 span { border-color: rgb(82,41,190); }

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