Html Css Color HEX #520FD1 Purple Heart

📋 copy color: '#520FD1'

red 82 ◦ green 15 ◦ blue 209

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

Shades of Purple Heart #520FD1

Tints of Purple Heart #520FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 68.3%

R = 26.8%
G = 4.9%
B = 68.3%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#520FD1 (or 0x520FD1) is known color: Purple Heart. HEX triplet: 52, 0F and D1. RGB value is (82,15,209). Sum of RGB (Red+Green+Blue) = 82+15+209=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 209 (82.03% from 255 or 68.30% from 306); Max value from RGB is 209 - color contains mainly: blue. Hex color #520FD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FD1 is #ADF02E. Grayscale: #383838. Windows color (decimal): -11399215 or 13700946. OLE color: 13700946.

HSL color Cylindrical-coordinate representation of color #520FD1: hue angle of 260.72º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520FD1 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 15 209 -
CMYK 0.61 0.93 0 0.18
HSL 260.72º 0.87% 0.44% -
HSV(B) 260.72º 0.93% 0.82% -
XYZ 15.16 6.74 60.82 -
YUV 57.15 213.7 145.73 -
System Red Green Blue C M Y K H S L
Decimal 82 15 209 0.61 0.93 0 0.18 260.72 0.87 0.44
Hex 52 F D1 3D 5D 0 12 105 57 2C
Octal 122 17 321 75 135 0 22 405 127 54
Binary 1010010 1111 11010001 111101 1011101 0 10010 100000101 1010111 101100

Color Harmonies of #520FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FD1

Black with #520FD1

Text Example


Text Example

White with #520FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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