Html Css Color HEX #520FAE Purple Heart

📋 copy color: '#520FAE'

red 82 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #520FAE

Tints of Purple Heart #520FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.21%

R = 30.26%
G = 5.54%
B = 64.21%

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

#520FAE (or 0x520FAE) is known color: Purple Heart. HEX triplet: 52, 0F and AE. RGB value is (82,15,174). Sum of RGB (Red+Green+Blue) = 82+15+174=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #520FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520FAE is #ADF051. Grayscale: #343434. Windows color (decimal): -11399250 or 11407186. OLE color: 11407186.

HSL color Cylindrical-coordinate representation of color #520FAE: hue angle of 265.28º 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 #520FAE is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 15 174 -
CMYK 0.53 0.91 0 0.32
HSL 265.28º 0.84% 0.37% -
HSV(B) 265.28º 0.91% 0.68% -
XYZ 11.29 5.19 40.45 -
YUV 53.16 196.2 148.57 -
System Red Green Blue C M Y K H S L
Decimal 82 15 174 0.53 0.91 0 0.32 265.28 0.84 0.37
Hex 52 F AE 35 5B 0 20 109 54 25
Octal 122 17 256 65 133 0 40 411 124 45
Binary 1010010 1111 10101110 110101 1011011 0 100000 100001001 1010100 100101

Color Harmonies of #520FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FAE

Black with #520FAE

Text Example


Text Example

White with #520FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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