Html Css Color HEX #5229DB Purple Heart

📋 copy color: '#5229DB'

red 82 ◦ green 41 ◦ blue 219

#5229DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5229DB

Tints of Purple Heart #5229DB

RGB

 RED value IS 82 (32.42% from 255) = 23.98%

 GREEN value IS 41 (16.41% from 255) = 11.99%

 BLUE value IS 219 (85.94% from 255) = 64.04%

R = 23.98%
G = 11.99%
B = 64.04%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5229DB (or 0x5229DB) is known color: Purple Heart. HEX triplet: 52, 29 and DB. RGB value is (82,41,219). Sum of RGB (Red+Green+Blue) = 82+41+219=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #5229DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5229DB is #ADD624. Grayscale: #484848. Windows color (decimal): -11392549 or 14362962. OLE color: 14362962.

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

Color convert

RGB 82 41 219 -
CMYK 0.63 0.81 0 0.14
HSL 253.82º 0.71% 0.51% -
HSV(B) 253.82º 0.81% 0.86% -
XYZ 17.06 8.49 67.76 -
YUV 73.55 210.08 134.03 -
System Red Green Blue C M Y K H S L
Decimal 82 41 219 0.63 0.81 0 0.14 253.82 0.71 0.51
Hex 52 29 DB 3F 51 0 E FE 47 33
Octal 122 51 333 77 121 0 16 376 107 63
Binary 1010010 101001 11011011 111111 1010001 0 1110 11111110 1000111 110011

Color Harmonies of #5229DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5229DB

Black with #5229DB

Text Example


Text Example

White with #5229DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5229DB;
 }
 .AnyTagClassName
 {
   color: #5229DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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