Html Css Color HEX #520CAC Purple Heart

📋 copy color: '#520CAC'

red 82 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #520CAC

Tints of Purple Heart #520CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.66%

R = 30.83%
G = 4.51%
B = 64.66%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#520CAC (or 0x520CAC) is known color: Purple Heart. HEX triplet: 52, 0C and AC. RGB value is (82,12,172). Sum of RGB (Red+Green+Blue) = 82+12+172=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #520CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520CAC is #ADF353. Grayscale: #323232. Windows color (decimal): -11400020 or 11275346. OLE color: 11275346.

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

Color convert

RGB 82 12 172 -
CMYK 0.52 0.93 0 0.33
HSL 266.25º 0.87% 0.36% -
HSV(B) 266.25º 0.93% 0.67% -
XYZ 11.06 5.04 39.42 -
YUV 51.17 196.19 149.99 -
System Red Green Blue C M Y K H S L
Decimal 82 12 172 0.52 0.93 0 0.33 266.25 0.87 0.36
Hex 52 C AC 34 5D 0 21 10A 57 24
Octal 122 14 254 64 135 0 41 412 127 44
Binary 1010010 1100 10101100 110100 1011101 0 100001 100001010 1010111 100100

Color Harmonies of #520CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CAC

Black with #520CAC

Text Example


Text Example

White with #520CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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