Html Css Color HEX #520DAF Purple Heart

📋 copy color: '#520DAF'

red 82 ◦ green 13 ◦ blue 175

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

Shades of Purple Heart #520DAF

Tints of Purple Heart #520DAF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.81%

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

R = 30.37%
G = 4.81%
B = 64.81%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#520DAF (or 0x520DAF) is known color: Purple Heart. HEX triplet: 52, 0D and AF. RGB value is (82,13,175). Sum of RGB (Red+Green+Blue) = 82+13+175=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 175 (68.75% from 255 or 64.81% from 270); Max value from RGB is 175 - color contains mainly: blue. Hex color #520DAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520DAF is #ADF250. Grayscale: #333333. Windows color (decimal): -11399761 or 11472210. OLE color: 11472210.

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

Color convert

RGB 82 13 175 -
CMYK 0.53 0.93 0 0.31
HSL 265.56º 0.86% 0.37% -
HSV(B) 265.56º 0.93% 0.69% -
XYZ 11.36 5.18 40.96 -
YUV 52.1 197.36 149.33 -
System Red Green Blue C M Y K H S L
Decimal 82 13 175 0.53 0.93 0 0.31 265.56 0.86 0.37
Hex 52 D AF 35 5D 0 1F 10A 56 25
Octal 122 15 257 65 135 0 37 412 126 45
Binary 1010010 1101 10101111 110101 1011101 0 11111 100001010 1010110 100101

Color Harmonies of #520DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DAF

Black with #520DAF

Text Example


Text Example

White with #520DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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