Html Css Color HEX #521CAC Purple Heart

📋 copy color: '#521CAC'

red 82 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #521CAC

Tints of Purple Heart #521CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.93%

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

R = 29.08%
G = 9.93%
B = 60.99%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#521CAC (or 0x521CAC) is known color: Purple Heart. HEX triplet: 52, 1C and AC. RGB value is (82,28,172). Sum of RGB (Red+Green+Blue) = 82+28+172=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #521CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521CAC is #ADE353. Grayscale: #3C3C3C. Windows color (decimal): -11395924 or 11279442. OLE color: 11279442.

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

Color convert

RGB 82 28 172 -
CMYK 0.52 0.84 0 0.33
HSL 262.5º 0.72% 0.39% -
HSV(B) 262.5º 0.84% 0.67% -
XYZ 11.34 5.6 39.51 -
YUV 60.56 190.89 143.29 -
System Red Green Blue C M Y K H S L
Decimal 82 28 172 0.52 0.84 0 0.33 262.5 0.72 0.39
Hex 52 1C AC 34 54 0 21 106 48 27
Octal 122 34 254 64 124 0 41 406 110 47
Binary 1010010 11100 10101100 110100 1010100 0 100001 100000110 1001000 100111

Color Harmonies of #521CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CAC

Black with #521CAC

Text Example


Text Example

White with #521CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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