Html Css Color HEX #520CAD Purple Heart

📋 copy color: '#520CAD'

red 82 ◦ green 12 ◦ blue 173

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

Shades of Purple Heart #520CAD

Tints of Purple Heart #520CAD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.49%

 BLUE value IS 173 (67.97% from 255) = 64.79%

R = 30.71%
G = 4.49%
B = 64.79%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#520CAD (or 0x520CAD) is known color: Purple Heart. HEX triplet: 52, 0C and AD. RGB value is (82,12,173). Sum of RGB (Red+Green+Blue) = 82+12+173=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #520CAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520CAD is #ADF352. Grayscale: #323232. Windows color (decimal): -11400019 or 11340882. OLE color: 11340882.

HSL color Cylindrical-coordinate representation of color #520CAD: hue angle of 266.09º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520CAD is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 12 173 -
CMYK 0.53 0.93 0 0.32
HSL 266.09º 0.87% 0.36% -
HSV(B) 266.09º 0.93% 0.68% -
XYZ 11.15 5.07 39.93 -
YUV 51.28 196.69 149.91 -
System Red Green Blue C M Y K H S L
Decimal 82 12 173 0.53 0.93 0 0.32 266.09 0.87 0.36
Hex 52 C AD 35 5D 0 20 10A 57 24
Octal 122 14 255 65 135 0 40 412 127 44
Binary 1010010 1100 10101101 110101 1011101 0 100000 100001010 1010111 100100

Color Harmonies of #520CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CAD

Black with #520CAD

Text Example


Text Example

White with #520CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,12,173); }

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

background-color css

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

 a { background-color: rgb(82,12,173); }

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

border-color css

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

 span { border-color: rgb(82,12,173); }

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