Html Css Color HEX #5215AD Purple Heart

📋 copy color: '#5215AD'

red 82 ◦ green 21 ◦ blue 173

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

Shades of Purple Heart #5215AD

Tints of Purple Heart #5215AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

 BLUE value IS 173 (67.97% from 255) = 62.68%

R = 29.71%
G = 7.61%
B = 62.68%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5215AD (or 0x5215AD) is known color: Purple Heart. HEX triplet: 52, 15 and AD. RGB value is (82,21,173). Sum of RGB (Red+Green+Blue) = 82+21+173=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #5215AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5215AD is #ADEA52. Grayscale: #383838. Windows color (decimal): -11397715 or 11343186. OLE color: 11343186.

HSL color Cylindrical-coordinate representation of color #5215AD: hue angle of 264.08º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5215AD is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 21 173 -
CMYK 0.53 0.88 0 0.32
HSL 264.08º 0.78% 0.38% -
HSV(B) 264.08º 0.88% 0.68% -
XYZ 11.29 5.35 39.97 -
YUV 56.57 193.71 146.14 -
System Red Green Blue C M Y K H S L
Decimal 82 21 173 0.53 0.88 0 0.32 264.08 0.78 0.38
Hex 52 15 AD 35 58 0 20 108 4E 26
Octal 122 25 255 65 130 0 40 410 116 46
Binary 1010010 10101 10101101 110101 1011000 0 100000 100001000 1001110 100110

Color Harmonies of #5215AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5215AD

Black with #5215AD

Text Example


Text Example

White with #5215AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5215AD; }

 p { color: rgb(82,21,173); }

 H1.HeaderClassName
 {
   color: #5215AD;
 }
 .AnyTagClassName
 {
   color: #5215AD;
 }
</style>

background-color css

<style>
 a { background-color: #5215AD; }

 a { background-color: rgb(82,21,173); }

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

border-color css

<style>
 span { border-color: #5215AD; }

 span { border-color: rgb(82,21,173); }

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