#5236BE

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

Shades of Purple Heart #5236BE

Tints of Purple Heart #5236BE

Color information

#5236BE (or 0x5236BE) is unknown color: approx Purple Heart. HEX triplet: 52, 36 and BE. RGB value is (82,54,190). Sum of RGB (Red+Green+Blue) = 82+54+190=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #5236BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5236BE is #ADC941. Grayscale: #4D4D4D. Windows color (decimal): -11389250 or 12465746. OLE color: 12465746.

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

Color convert

RGB8254190-
CMYK0.570.7200.25
HSL252.35º55.74%47.84%-
HSV(B)252.35º71.58%74.51%-
XYZ14.098.1549.55-
YUV77.88191.28130.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 54 (21.48% from 255) = 16.56%
BLUE value IS 190 (74.61% from 255) = 58.28%
R=25.15%
G=16.56%
B=58.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82541900.570.7200.25252.3555.7447.84
Hex5236BE3948019fc3830
Octal12266276711100313747060
Binary101001011011010111110111001100100001100111111100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5236BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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