#5238D6

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

Shades of Purple Heart #5238D6

Tints of Purple Heart #5238D6

Color information

#5238D6 (or 0x5238D6) is unknown color: approx Purple Heart. HEX triplet: 52, 38 and D6. RGB value is (82,56,214). Sum of RGB (Red+Green+Blue) = 82+56+214=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 214 (83.98% from 255 or 60.80% from 352); Max value from RGB is 214 - color contains mainly: blue. Hex color #5238D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5238D6 is #ADC729. Grayscale: #515151. Windows color (decimal): -11388714 or 14039122. OLE color: 14039122.

HSL color Cylindrical-coordinate representation of color #5238D6: hue angle of 249.87º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5238D6 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8256214-
CMYK0.620.7400.16
HSL249.87º65.83%52.94%-
HSV(B)249.87º73.83%83.92%-
XYZ17.039.4864.55-
YUV81.79202.61128.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 56 (22.27% from 255) = 15.91%
BLUE value IS 214 (83.98% from 255) = 60.80%
R=23.30%
G=15.91%
B=60.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82562140.620.7400.16249.8765.8352.94
Hex5238D63E4A010fa4235
Octal122703267611202037210265
Binary1010010111000110101101111101001010010000111110101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5238D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5238D6; }

 p { color: rgb(82,56,214); }

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

<style>
 a { background-color: #5238D6; }

 a { background-color: rgb(82,56,214); }

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

<style>
 span { border-color: #5238D6; }

 span { border-color: rgb(82,56,214); }

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