Html Css Color HEX #521BAE Purple Heart

📋 copy color: '#521BAE'

red 82 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #521BAE

Tints of Purple Heart #521BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.48%

R = 28.98%
G = 9.54%
B = 61.48%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#521BAE (or 0x521BAE) is known color: Purple Heart. HEX triplet: 52, 1B and AE. RGB value is (82,27,174). Sum of RGB (Red+Green+Blue) = 82+27+174=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #521BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521BAE is #ADE451. Grayscale: #3B3B3B. Windows color (decimal): -11396178 or 11410258. OLE color: 11410258.

HSL color Cylindrical-coordinate representation of color #521BAE: hue angle of 262.45º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521BAE is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 27 174 -
CMYK 0.53 0.84 0 0.32
HSL 262.45º 0.73% 0.39% -
HSV(B) 262.45º 0.84% 0.68% -
XYZ 11.51 5.63 40.53 -
YUV 60.2 192.22 143.55 -
System Red Green Blue C M Y K H S L
Decimal 82 27 174 0.53 0.84 0 0.32 262.45 0.73 0.39
Hex 52 1B AE 35 54 0 20 106 49 27
Octal 122 33 256 65 124 0 40 406 111 47
Binary 1010010 11011 10101110 110101 1010100 0 100000 100000110 1001001 100111

Color Harmonies of #521BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521BAE

Black with #521BAE

Text Example


Text Example

White with #521BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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