Html Css Color HEX #521FAC Purple Heart

📋 copy color: '#521FAC'

red 82 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #521FAC

Tints of Purple Heart #521FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.88%

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

R = 28.77%
G = 10.88%
B = 60.35%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#521FAC (or 0x521FAC) is known color: Purple Heart. HEX triplet: 52, 1F and AC. RGB value is (82,31,172). Sum of RGB (Red+Green+Blue) = 82+31+172=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #521FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521FAC is #ADE053. Grayscale: #3D3D3D. Windows color (decimal): -11395156 or 11280210. OLE color: 11280210.

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

Color convert

RGB 82 31 172 -
CMYK 0.52 0.82 0 0.33
HSL 261.7º 0.69% 0.4% -
HSV(B) 261.7º 0.82% 0.67% -
XYZ 11.42 5.75 39.54 -
YUV 62.32 189.9 142.04 -
System Red Green Blue C M Y K H S L
Decimal 82 31 172 0.52 0.82 0 0.33 261.7 0.69 0.4
Hex 52 1F AC 34 52 0 21 106 45 28
Octal 122 37 254 64 122 0 41 406 105 50
Binary 1010010 11111 10101100 110100 1010010 0 100001 100000110 1000101 101000

Color Harmonies of #521FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521FAC

Black with #521FAC

Text Example


Text Example

White with #521FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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