Html Css Color HEX #5218AC Purple Heart

📋 copy color: '#5218AC'

red 82 ◦ green 24 ◦ blue 172

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

Shades of Purple Heart #5218AC

Tints of Purple Heart #5218AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.63%

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

R = 29.5%
G = 8.63%
B = 61.87%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5218AC (or 0x5218AC) is known color: Purple Heart. HEX triplet: 52, 18 and AC. RGB value is (82,24,172). Sum of RGB (Red+Green+Blue) = 82+24+172=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #5218AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5218AC is #ADE753. Grayscale: #393939. Windows color (decimal): -11396948 or 11278418. OLE color: 11278418.

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

Color convert

RGB 82 24 172 -
CMYK 0.52 0.86 0 0.33
HSL 263.51º 0.76% 0.38% -
HSV(B) 263.51º 0.86% 0.67% -
XYZ 11.25 5.43 39.48 -
YUV 58.21 192.22 144.97 -
System Red Green Blue C M Y K H S L
Decimal 82 24 172 0.52 0.86 0 0.33 263.51 0.76 0.38
Hex 52 18 AC 34 56 0 21 108 4C 26
Octal 122 30 254 64 126 0 41 410 114 46
Binary 1010010 11000 10101100 110100 1010110 0 100001 100001000 1001100 100110

Color Harmonies of #5218AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5218AC

Black with #5218AC

Text Example


Text Example

White with #5218AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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