Html Css Color HEX #5219AC Purple Heart

📋 copy color: '#5219AC'

red 82 ◦ green 25 ◦ blue 172

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

Shades of Purple Heart #5219AC

Tints of Purple Heart #5219AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.65%

R = 29.39%
G = 8.96%
B = 61.65%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5219AC (or 0x5219AC) is known color: Purple Heart. HEX triplet: 52, 19 and AC. RGB value is (82,25,172). Sum of RGB (Red+Green+Blue) = 82+25+172=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #5219AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5219AC is #ADE653. Grayscale: #3A3A3A. Windows color (decimal): -11396692 or 11278674. OLE color: 11278674.

HSL color Cylindrical-coordinate representation of color #5219AC: hue angle of 263.27º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5219AC is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 25 172 -
CMYK 0.52 0.85 0 0.33
HSL 263.27º 0.75% 0.39% -
HSV(B) 263.27º 0.85% 0.67% -
XYZ 11.27 5.47 39.49 -
YUV 58.8 191.88 144.55 -
System Red Green Blue C M Y K H S L
Decimal 82 25 172 0.52 0.85 0 0.33 263.27 0.75 0.39
Hex 52 19 AC 34 55 0 21 107 4B 27
Octal 122 31 254 64 125 0 41 407 113 47
Binary 1010010 11001 10101100 110100 1010101 0 100001 100000111 1001011 100111

Color Harmonies of #5219AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5219AC

Black with #5219AC

Text Example


Text Example

White with #5219AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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