Html Css Color HEX #521BAC Purple Heart

📋 copy color: '#521BAC'

red 82 ◦ green 27 ◦ blue 172

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

Shades of Purple Heart #521BAC

Tints of Purple Heart #521BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.61%

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

R = 29.18%
G = 9.61%
B = 61.21%

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

#521BAC (or 0x521BAC) is known color: Purple Heart. HEX triplet: 52, 1B and AC. RGB value is (82,27,172). Sum of RGB (Red+Green+Blue) = 82+27+172=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #521BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521BAC is #ADE453. Grayscale: #3B3B3B. Windows color (decimal): -11396180 or 11279186. OLE color: 11279186.

HSL color Cylindrical-coordinate representation of color #521BAC: hue angle of 262.76º degrees, saturation: 0.73, 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 #521BAC is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 27 172 -
CMYK 0.52 0.84 0 0.33
HSL 262.76º 0.73% 0.39% -
HSV(B) 262.76º 0.84% 0.67% -
XYZ 11.32 5.56 39.51 -
YUV 59.98 191.22 143.71 -
System Red Green Blue C M Y K H S L
Decimal 82 27 172 0.52 0.84 0 0.33 262.76 0.73 0.39
Hex 52 1B AC 34 54 0 21 107 49 27
Octal 122 33 254 64 124 0 41 407 111 47
Binary 1010010 11011 10101100 110100 1010100 0 100001 100000111 1001001 100111

Color Harmonies of #521BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521BAC

Black with #521BAC

Text Example


Text Example

White with #521BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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