Html Css Color HEX #520FAD Purple Heart

📋 copy color: '#520FAD'

red 82 ◦ green 15 ◦ blue 173

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

Shades of Purple Heart #520FAD

Tints of Purple Heart #520FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.56%

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

R = 30.37%
G = 5.56%
B = 64.07%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#520FAD (or 0x520FAD) is known color: Purple Heart. HEX triplet: 52, 0F and AD. RGB value is (82,15,173). Sum of RGB (Red+Green+Blue) = 82+15+173=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #520FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520FAD is #ADF052. Grayscale: #343434. Windows color (decimal): -11399251 or 11341650. OLE color: 11341650.

HSL color Cylindrical-coordinate representation of color #520FAD: hue angle of 265.44º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520FAD is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 15 173 -
CMYK 0.53 0.91 0 0.32
HSL 265.44º 0.84% 0.37% -
HSV(B) 265.44º 0.91% 0.68% -
XYZ 11.19 5.15 39.94 -
YUV 53.05 195.7 148.65 -
System Red Green Blue C M Y K H S L
Decimal 82 15 173 0.53 0.91 0 0.32 265.44 0.84 0.37
Hex 52 F AD 35 5B 0 20 109 54 25
Octal 122 17 255 65 133 0 40 411 124 45
Binary 1010010 1111 10101101 110101 1011011 0 100000 100001001 1010100 100101

Color Harmonies of #520FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FAD

Black with #520FAD

Text Example


Text Example

White with #520FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520FAD; }

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

 H1.HeaderClassName
 {
   color: #520FAD;
 }
 .AnyTagClassName
 {
   color: #520FAD;
 }
</style>

background-color css

<style>
 a { background-color: #520FAD; }

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

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

border-color css

<style>
 span { border-color: #520FAD; }

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

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