Html Css Color HEX #520DCF Purple Heart

📋 copy color: '#520DCF'

red 82 ◦ green 13 ◦ blue 207

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

Shades of Purple Heart #520DCF

Tints of Purple Heart #520DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.54%

R = 27.15%
G = 4.3%
B = 68.54%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#520DCF (or 0x520DCF) is known color: Purple Heart. HEX triplet: 52, 0D and CF. RGB value is (82,13,207). Sum of RGB (Red+Green+Blue) = 82+13+207=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #520DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520DCF is #ADF230. Grayscale: #373737. Windows color (decimal): -11399729 or 13569362. OLE color: 13569362.

HSL color Cylindrical-coordinate representation of color #520DCF: hue angle of 261.34º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520DCF is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 13 207 -
CMYK 0.60 0.94 0 0.19
HSL 261.34º 0.88% 0.43% -
HSV(B) 261.34º 0.94% 0.81% -
XYZ 14.89 6.59 59.52 -
YUV 55.75 213.36 146.73 -
System Red Green Blue C M Y K H S L
Decimal 82 13 207 0.60 0.94 0 0.19 261.34 0.88 0.43
Hex 52 D CF 3C 5E 0 13 105 58 2B
Octal 122 15 317 74 136 0 23 405 130 53
Binary 1010010 1101 11001111 111100 1011110 0 10011 100000101 1011000 101011

Color Harmonies of #520DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DCF

Black with #520DCF

Text Example


Text Example

White with #520DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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