#5234DD

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

Shades of Purple Heart #5234DD

Tints of Purple Heart #5234DD

Color information

#5234DD (or 0x5234DD) is unknown color: approx Purple Heart. HEX triplet: 52, 34 and DD. RGB value is (82,52,221). Sum of RGB (Red+Green+Blue) = 82+52+221=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #5234DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5234DD is #ADCB22. Grayscale: #4F4F4F. Windows color (decimal): -11389731 or 14496850. OLE color: 14496850.

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

Color convert

RGB8252221-
CMYK0.630.7600.13
HSL250.65º71.31%53.53%-
HSV(B)250.65º76.47%86.67%-
XYZ17.769.4769.3-
YUV80.24207.44129.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 52 (20.70% from 255) = 14.65%
BLUE value IS 221 (86.72% from 255) = 62.25%
R=23.10%
G=14.65%
B=62.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82522210.630.7600.13250.6571.3153.53
Hex5234DD3F4C0Dfb4736
Octal122643357711401537310766
Binary101001011010011011101111111100110001101111110111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5234DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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