#5238DD

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

Shades of Purple Heart #5238DD

Tints of Purple Heart #5238DD

Color information

#5238DD (or 0x5238DD) is unknown color: approx Purple Heart. HEX triplet: 52, 38 and DD. RGB value is (82,56,221). Sum of RGB (Red+Green+Blue) = 82+56+221=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #5238DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5238DD is #ADC722. Grayscale: #515151. Windows color (decimal): -11388707 or 14497874. OLE color: 14497874.

HSL color Cylindrical-coordinate representation of color #5238DD: hue angle of 249.45º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5238DD is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8256221-
CMYK0.630.7500.13
HSL249.45º70.82%54.31%-
HSV(B)249.45º74.66%86.67%-
XYZ17.949.8469.36-
YUV82.58206.11127.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 56 (22.27% from 255) = 15.60%
BLUE value IS 221 (86.72% from 255) = 61.56%
R=22.84%
G=15.60%
B=61.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82562210.630.7500.13249.4570.8254.31
Hex5238DD3F4B0Df94736
Octal122703357711301537110766
Binary101001011100011011101111111100101101101111110011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5238DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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