Html Css Color HEX #520CAF Purple Heart

📋 copy color: '#520CAF'

red 82 ◦ green 12 ◦ blue 175

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

Shades of Purple Heart #520CAF

Tints of Purple Heart #520CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.06%

R = 30.48%
G = 4.46%
B = 65.06%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#520CAF (or 0x520CAF) is known color: Purple Heart. HEX triplet: 52, 0C and AF. RGB value is (82,12,175). Sum of RGB (Red+Green+Blue) = 82+12+175=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #520CAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520CAF is #ADF350. Grayscale: #323232. Windows color (decimal): -11400017 or 11471954. OLE color: 11471954.

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

Color convert

RGB 82 12 175 -
CMYK 0.53 0.93 0 0.31
HSL 265.77º 0.87% 0.37% -
HSV(B) 265.77º 0.93% 0.69% -
XYZ 11.35 5.15 40.95 -
YUV 51.51 197.69 149.75 -
System Red Green Blue C M Y K H S L
Decimal 82 12 175 0.53 0.93 0 0.31 265.77 0.87 0.37
Hex 52 C AF 35 5D 0 1F 10A 57 25
Octal 122 14 257 65 135 0 37 412 127 45
Binary 1010010 1100 10101111 110101 1011101 0 11111 100001010 1010111 100101

Color Harmonies of #520CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CAF

Black with #520CAF

Text Example


Text Example

White with #520CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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