#5219BB

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

Shades of Purple Heart #5219BB

Tints of Purple Heart #5219BB

Color information

#5219BB (or 0x5219BB) is unknown color: approx Purple Heart. HEX triplet: 52, 19 and BB. RGB value is (82,25,187). Sum of RGB (Red+Green+Blue) = 82+25+187=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #5219BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5219BB is #ADE644. Grayscale: #3B3B3B. Windows color (decimal): -11396677 or 12261714. OLE color: 12261714.

HSL color Cylindrical-coordinate representation of color #5219BB: hue angle of 261.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5219BB is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8225187-
CMYK0.560.8700.27
HSL261.11º76.42%41.57%-
HSV(B)261.11º86.63%73.33%-
XYZ12.86.0847.51-
YUV60.51199.38143.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 25 (10.16% from 255) = 8.50%
BLUE value IS 187 (73.44% from 255) = 63.61%
R=27.89%
G=8.50%
B=63.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82251870.560.8700.27261.1176.4241.57
Hex5219BB385701B1054c2a
Octal122312737012703340511452
Binary1010010110011011101111100010101110110111000001011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5219BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5219BB; }

 p { color: rgb(82,25,187); }

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

<style>
 a { background-color: #5219BB; }

 a { background-color: rgb(82,25,187); }

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

<style>
 span { border-color: #5219BB; }

 span { border-color: rgb(82,25,187); }

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