Html Css Color HEX #520FAF Purple Heart

📋 copy color: '#520FAF'

red 82 ◦ green 15 ◦ blue 175

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

Shades of Purple Heart #520FAF

Tints of Purple Heart #520FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 64.34%

R = 30.15%
G = 5.51%
B = 64.34%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#520FAF (or 0x520FAF) is known color: Purple Heart. HEX triplet: 52, 0F and AF. RGB value is (82,15,175). Sum of RGB (Red+Green+Blue) = 82+15+175=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #520FAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520FAF is #ADF050. Grayscale: #343434. Windows color (decimal): -11399249 or 11472722. OLE color: 11472722.

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

Color convert

RGB 82 15 175 -
CMYK 0.53 0.91 0 0.31
HSL 265.13º 0.84% 0.37% -
HSV(B) 265.13º 0.91% 0.69% -
XYZ 11.39 5.23 40.97 -
YUV 53.27 196.7 148.49 -
System Red Green Blue C M Y K H S L
Decimal 82 15 175 0.53 0.91 0 0.31 265.13 0.84 0.37
Hex 52 F AF 35 5B 0 1F 109 54 25
Octal 122 17 257 65 133 0 37 411 124 45
Binary 1010010 1111 10101111 110101 1011011 0 11111 100001001 1010100 100101

Color Harmonies of #520FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FAF

Black with #520FAF

Text Example


Text Example

White with #520FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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