Html Css Color HEX #520DC9 Purple Heart

📋 copy color: '#520DC9'

red 82 ◦ green 13 ◦ blue 201

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

Shades of Purple Heart #520DC9

Tints of Purple Heart #520DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 67.91%

R = 27.7%
G = 4.39%
B = 67.91%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#520DC9 (or 0x520DC9) is known color: Purple Heart. HEX triplet: 52, 0D and C9. RGB value is (82,13,201). Sum of RGB (Red+Green+Blue) = 82+13+201=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 201 (78.91% from 255 or 67.91% from 296); Max value from RGB is 201 - color contains mainly: blue. Hex color #520DC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520DC9 is #ADF236. Grayscale: #363636. Windows color (decimal): -11399735 or 13176146. OLE color: 13176146.

HSL color Cylindrical-coordinate representation of color #520DC9: hue angle of 262.02º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520DC9 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 13 201 -
CMYK 0.59 0.94 0 0.21
HSL 262.02º 0.88% 0.42% -
HSV(B) 262.02º 0.94% 0.79% -
XYZ 14.17 6.3 55.73 -
YUV 55.06 210.36 147.21 -
System Red Green Blue C M Y K H S L
Decimal 82 13 201 0.59 0.94 0 0.21 262.02 0.88 0.42
Hex 52 D C9 3B 5E 0 15 106 58 2A
Octal 122 15 311 73 136 0 25 406 130 52
Binary 1010010 1101 11001001 111011 1011110 0 10101 100000110 1011000 101010

Color Harmonies of #520DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DC9

Black with #520DC9

Text Example


Text Example

White with #520DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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