#5234DB

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

Shades of Purple Heart #5234DB

Tints of Purple Heart #5234DB

Color information

#5234DB (or 0x5234DB) is unknown color: approx Purple Heart. HEX triplet: 52, 34 and DB. RGB value is (82,52,219). Sum of RGB (Red+Green+Blue) = 82+52+219=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #5234DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5234DB is #ADCB24. Grayscale: #4F4F4F. Windows color (decimal): -11389733 or 14365778. OLE color: 14365778.

HSL color Cylindrical-coordinate representation of color #5234DB: hue angle of 250.78º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5234DB is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8252219-
CMYK0.630.7600.14
HSL250.78º69.87%53.14%-
HSV(B)250.78º76.26%85.88%-
XYZ17.499.3667.9-
YUV80.01206.44129.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 52 (20.70% from 255) = 14.73%
BLUE value IS 219 (85.94% from 255) = 62.04%
R=23.23%
G=14.73%
B=62.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal82522190.630.7600.14250.7869.8753.14
Hex5234DB3F4C0Efb4635
Octal122643337711401637310665
Binary101001011010011011011111111100110001110111110111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5234DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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