Html Css Color HEX #520BAE Purple Heart

📋 copy color: '#520BAE'

red 82 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #520BAE

Tints of Purple Heart #520BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.12%

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

R = 30.71%
G = 4.12%
B = 65.17%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#520BAE (or 0x520BAE) is known color: Purple Heart. HEX triplet: 52, 0B and AE. RGB value is (82,11,174). Sum of RGB (Red+Green+Blue) = 82+11+174=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #520BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520BAE is #ADF451. Grayscale: #323232. Windows color (decimal): -11400274 or 11406162. OLE color: 11406162.

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

Color convert

RGB 82 11 174 -
CMYK 0.53 0.94 0 0.32
HSL 266.13º 0.88% 0.36% -
HSV(B) 266.13º 0.94% 0.68% -
XYZ 11.24 5.09 40.43 -
YUV 50.81 197.52 150.25 -
System Red Green Blue C M Y K H S L
Decimal 82 11 174 0.53 0.94 0 0.32 266.13 0.88 0.36
Hex 52 B AE 35 5E 0 20 10A 58 24
Octal 122 13 256 65 136 0 40 412 130 44
Binary 1010010 1011 10101110 110101 1011110 0 100000 100001010 1011000 100100

Color Harmonies of #520BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BAE

Black with #520BAE

Text Example


Text Example

White with #520BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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