Html Css Color HEX #520BAD Purple Heart

📋 copy color: '#520BAD'

red 82 ◦ green 11 ◦ blue 173

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

Shades of Purple Heart #520BAD

Tints of Purple Heart #520BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 65.04%

R = 30.83%
G = 4.14%
B = 65.04%

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

#520BAD (or 0x520BAD) is known color: Purple Heart. HEX triplet: 52, 0B and AD. RGB value is (82,11,173). Sum of RGB (Red+Green+Blue) = 82+11+173=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #520BAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520BAD is #ADF452. Grayscale: #323232. Windows color (decimal): -11400275 or 11340626. OLE color: 11340626.

HSL color Cylindrical-coordinate representation of color #520BAD: hue angle of 266.3º 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 #520BAD is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 11 173 -
CMYK 0.53 0.94 0 0.32
HSL 266.3º 0.88% 0.36% -
HSV(B) 266.3º 0.94% 0.68% -
XYZ 11.14 5.05 39.92 -
YUV 50.7 197.02 150.33 -
System Red Green Blue C M Y K H S L
Decimal 82 11 173 0.53 0.94 0 0.32 266.3 0.88 0.36
Hex 52 B AD 35 5E 0 20 10A 58 24
Octal 122 13 255 65 136 0 40 412 130 44
Binary 1010010 1011 10101101 110101 1011110 0 100000 100001010 1011000 100100

Color Harmonies of #520BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BAD

Black with #520BAD

Text Example


Text Example

White with #520BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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