Html Css Color HEX #520DCC Purple Heart

📋 copy color: '#520DCC'

red 82 ◦ green 13 ◦ blue 204

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

Shades of Purple Heart #520DCC

Tints of Purple Heart #520DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.23%

R = 27.42%
G = 4.35%
B = 68.23%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#520DCC (or 0x520DCC) is known color: Purple Heart. HEX triplet: 52, 0D and CC. RGB value is (82,13,204). Sum of RGB (Red+Green+Blue) = 82+13+204=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #520DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520DCC is #ADF233. Grayscale: #363636. Windows color (decimal): -11399732 or 13372754. OLE color: 13372754.

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

Color convert

RGB 82 13 204 -
CMYK 0.60 0.94 0 0.2
HSL 261.68º 0.88% 0.43% -
HSV(B) 261.68º 0.94% 0.8% -
XYZ 14.52 6.44 57.6 -
YUV 55.41 211.86 146.97 -
System Red Green Blue C M Y K H S L
Decimal 82 13 204 0.60 0.94 0 0.2 261.68 0.88 0.43
Hex 52 D CC 3C 5E 0 14 106 58 2B
Octal 122 15 314 74 136 0 24 406 130 53
Binary 1010010 1101 11001100 111100 1011110 0 10100 100000110 1011000 101011

Color Harmonies of #520DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DCC

Black with #520DCC

Text Example


Text Example

White with #520DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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