Html Css Color HEX #520FAC Purple Heart

📋 copy color: '#520FAC'

red 82 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #520FAC

Tints of Purple Heart #520FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.58%

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

R = 30.48%
G = 5.58%
B = 63.94%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#520FAC (or 0x520FAC) is known color: Purple Heart. HEX triplet: 52, 0F and AC. RGB value is (82,15,172). Sum of RGB (Red+Green+Blue) = 82+15+172=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #520FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520FAC is #ADF053. Grayscale: #343434. Windows color (decimal): -11399252 or 11276114. OLE color: 11276114.

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

Color convert

RGB 82 15 172 -
CMYK 0.52 0.91 0 0.33
HSL 265.61º 0.84% 0.37% -
HSV(B) 265.61º 0.91% 0.67% -
XYZ 11.1 5.11 39.43 -
YUV 52.93 195.2 148.73 -
System Red Green Blue C M Y K H S L
Decimal 82 15 172 0.52 0.91 0 0.33 265.61 0.84 0.37
Hex 52 F AC 34 5B 0 21 10A 54 25
Octal 122 17 254 64 133 0 41 412 124 45
Binary 1010010 1111 10101100 110100 1011011 0 100001 100001010 1010100 100101

Color Harmonies of #520FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FAC

Black with #520FAC

Text Example


Text Example

White with #520FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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