Html Css Color HEX #5219D5 Purple Heart

📋 copy color: '#5219D5'

red 82 ◦ green 25 ◦ blue 213

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

Shades of Purple Heart #5219D5

Tints of Purple Heart #5219D5

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.81%

 BLUE value IS 213 (83.59% from 255) = 66.56%

R = 25.63%
G = 7.81%
B = 66.56%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5219D5 (or 0x5219D5) is known color: Purple Heart. HEX triplet: 52, 19 and D5. RGB value is (82,25,213). Sum of RGB (Red+Green+Blue) = 82+25+213=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 213 (83.59% from 255 or 66.56% from 320); Max value from RGB is 213 - color contains mainly: blue. Hex color #5219D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5219D5 is #ADE62A. Grayscale: #3E3E3E. Windows color (decimal): -11396651 or 13965650. OLE color: 13965650.

HSL color Cylindrical-coordinate representation of color #5219D5: hue angle of 258.19º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5219D5 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 25 213 -
CMYK 0.62 0.88 0 0.16
HSL 258.19º 0.79% 0.47% -
HSV(B) 258.19º 0.88% 0.84% -
XYZ 15.84 7.29 63.52 -
YUV 63.48 212.38 141.21 -
System Red Green Blue C M Y K H S L
Decimal 82 25 213 0.62 0.88 0 0.16 258.19 0.79 0.47
Hex 52 19 D5 3E 58 0 10 102 4F 2F
Octal 122 31 325 76 130 0 20 402 117 57
Binary 1010010 11001 11010101 111110 1011000 0 10000 100000010 1001111 101111

Color Harmonies of #5219D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5219D5

Black with #5219D5

Text Example


Text Example

White with #5219D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5219D5; }

 p { color: rgb(82,25,213); }

 H1.HeaderClassName
 {
   color: #5219D5;
 }
 .AnyTagClassName
 {
   color: #5219D5;
 }
</style>

background-color css

<style>
 a { background-color: #5219D5; }

 a { background-color: rgb(82,25,213); }

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

border-color css

<style>
 span { border-color: #5219D5; }

 span { border-color: rgb(82,25,213); }

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