Html Css Color HEX #520FAA Purple Heart

📋 copy color: '#520FAA'

red 82 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #520FAA

Tints of Purple Heart #520FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.67%

R = 30.71%
G = 5.62%
B = 63.67%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#520FAA (or 0x520FAA) is known color: Purple Heart. HEX triplet: 52, 0F and AA. RGB value is (82,15,170). Sum of RGB (Red+Green+Blue) = 82+15+170=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #520FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520FAA is #ADF055. Grayscale: #343434. Windows color (decimal): -11399254 or 11145042. OLE color: 11145042.

HSL color Cylindrical-coordinate representation of color #520FAA: hue angle of 265.94º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520FAA is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 15 170 -
CMYK 0.52 0.91 0 0.33
HSL 265.94º 0.84% 0.36% -
HSV(B) 265.94º 0.91% 0.67% -
XYZ 10.91 5.04 38.43 -
YUV 52.7 194.2 148.9 -
System Red Green Blue C M Y K H S L
Decimal 82 15 170 0.52 0.91 0 0.33 265.94 0.84 0.36
Hex 52 F AA 34 5B 0 21 10A 54 24
Octal 122 17 252 64 133 0 41 412 124 44
Binary 1010010 1111 10101010 110100 1011011 0 100001 100001010 1010100 100100

Color Harmonies of #520FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FAA

Black with #520FAA

Text Example


Text Example

White with #520FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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