Html Css Color HEX #5213AC Purple Heart

📋 copy color: '#5213AC'

red 82 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #5213AC

Tints of Purple Heart #5213AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

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

R = 30.04%
G = 6.96%
B = 63%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5213AC (or 0x5213AC) is known color: Purple Heart. HEX triplet: 52, 13 and AC. RGB value is (82,19,172). Sum of RGB (Red+Green+Blue) = 82+19+172=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #5213AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5213AC is #ADEC53. Grayscale: #363636. Windows color (decimal): -11398228 or 11277138. OLE color: 11277138.

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

Color convert

RGB 82 19 172 -
CMYK 0.52 0.89 0 0.33
HSL 264.71º 0.8% 0.37% -
HSV(B) 264.71º 0.89% 0.67% -
XYZ 11.16 5.24 39.45 -
YUV 55.28 193.87 147.06 -
System Red Green Blue C M Y K H S L
Decimal 82 19 172 0.52 0.89 0 0.33 264.71 0.8 0.37
Hex 52 13 AC 34 59 0 21 109 50 25
Octal 122 23 254 64 131 0 41 411 120 45
Binary 1010010 10011 10101100 110100 1011001 0 100001 100001001 1010000 100101

Color Harmonies of #5213AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5213AC

Black with #5213AC

Text Example


Text Example

White with #5213AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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