Html Css Color HEX #521BAB Purple Heart

📋 copy color: '#521BAB'

red 82 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #521BAB

Tints of Purple Heart #521BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.07%

R = 29.29%
G = 9.64%
B = 61.07%

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

#521BAB (or 0x521BAB) is known color: Purple Heart. HEX triplet: 52, 1B and AB. RGB value is (82,27,171). Sum of RGB (Red+Green+Blue) = 82+27+171=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #521BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521BAB is #ADE454. Grayscale: #3B3B3B. Windows color (decimal): -11396181 or 11213650. OLE color: 11213650.

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

Color convert

RGB 82 27 171 -
CMYK 0.52 0.84 0 0.33
HSL 262.92º 0.73% 0.39% -
HSV(B) 262.92º 0.84% 0.67% -
XYZ 11.22 5.52 39 -
YUV 59.86 190.72 143.79 -
System Red Green Blue C M Y K H S L
Decimal 82 27 171 0.52 0.84 0 0.33 262.92 0.73 0.39
Hex 52 1B AB 34 54 0 21 107 49 27
Octal 122 33 253 64 124 0 41 407 111 47
Binary 1010010 11011 10101011 110100 1010100 0 100001 100000111 1001001 100111

Color Harmonies of #521BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521BAB

Black with #521BAB

Text Example


Text Example

White with #521BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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