Html Css Color HEX #520FD0 Purple Heart

📋 copy color: '#520FD0'

red 82 ◦ green 15 ◦ blue 208

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

Shades of Purple Heart #520FD0

Tints of Purple Heart #520FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 68.2%

R = 26.89%
G = 4.92%
B = 68.2%

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

#520FD0 (or 0x520FD0) is known color: Purple Heart. HEX triplet: 52, 0F and D0. RGB value is (82,15,208). Sum of RGB (Red+Green+Blue) = 82+15+208=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 208 (81.64% from 255 or 68.20% from 305); Max value from RGB is 208 - color contains mainly: blue. Hex color #520FD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FD0 is #ADF02F. Grayscale: #383838. Windows color (decimal): -11399216 or 13635410. OLE color: 13635410.

HSL color Cylindrical-coordinate representation of color #520FD0: hue angle of 260.83º 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 #520FD0 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 15 208 -
CMYK 0.61 0.93 0 0.18
HSL 260.83º 0.87% 0.44% -
HSV(B) 260.83º 0.93% 0.82% -
XYZ 15.04 6.69 60.17 -
YUV 57.04 213.2 145.81 -
System Red Green Blue C M Y K H S L
Decimal 82 15 208 0.61 0.93 0 0.18 260.83 0.87 0.44
Hex 52 F D0 3D 5D 0 12 105 57 2C
Octal 122 17 320 75 135 0 22 405 127 54
Binary 1010010 1111 11010000 111101 1011101 0 10010 100000101 1010111 101100

Color Harmonies of #520FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FD0

Black with #520FD0

Text Example


Text Example

White with #520FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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