#5204BF

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

Shades of Purple Heart #5204BF

Tints of Purple Heart #5204BF

Color information

#5204BF (or 0x5204BF) is unknown color: approx Purple Heart. HEX triplet: 52, 04 and BF. RGB value is (82,4,191). Sum of RGB (Red+Green+Blue) = 82+4+191=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #5204BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5204BF is #ADFB40. Grayscale: #2F2F2F. Windows color (decimal): -11402049 or 12518482. OLE color: 12518482.

HSL color Cylindrical-coordinate representation of color #5204BF: hue angle of 265.03º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5204BF is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB824191-
CMYK0.570.9800.25
HSL265.03º95.9%38.24%-
HSV(B)265.03º97.91%74.9%-
XYZ12.935.6449.7-
YUV48.64208.34151.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 191 (75% from 255) = 68.95%
R=29.60%
G=1.44%
B=68.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8241910.570.9800.25265.0395.938.24
Hex524BF39620191096026
Octal12242777114203141114046
Binary10100101001011111111100111000100110011000010011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5204BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5204BF; }

 p { color: rgb(82,4,191); }

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

<style>
 a { background-color: #5204BF; }

 a { background-color: rgb(82,4,191); }

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

<style>
 span { border-color: #5204BF; }

 span { border-color: rgb(82,4,191); }

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