Html Css Color HEX #520BB4 Purple Heart

📋 copy color: '#520BB4'

red 82 ◦ green 11 ◦ blue 180

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

Shades of Purple Heart #520BB4

Tints of Purple Heart #520BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 65.93%

R = 30.04%
G = 4.03%
B = 65.93%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#520BB4 (or 0x520BB4) is known color: Purple Heart. HEX triplet: 52, 0B and B4. RGB value is (82,11,180). Sum of RGB (Red+Green+Blue) = 82+11+180=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 180 (70.70% from 255 or 65.93% from 273); Max value from RGB is 180 - color contains mainly: blue. Hex color #520BB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BB4 is #ADF44B. Grayscale: #323232. Windows color (decimal): -11400268 or 11799378. OLE color: 11799378.

HSL color Cylindrical-coordinate representation of color #520BB4: hue angle of 265.21º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520BB4 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 11 180 -
CMYK 0.54 0.94 0 0.29
HSL 265.21º 0.88% 0.37% -
HSV(B) 265.21º 0.94% 0.71% -
XYZ 11.84 5.33 43.58 -
YUV 51.5 200.52 149.76 -
System Red Green Blue C M Y K H S L
Decimal 82 11 180 0.54 0.94 0 0.29 265.21 0.88 0.37
Hex 52 B B4 36 5E 0 1D 109 58 25
Octal 122 13 264 66 136 0 35 411 130 45
Binary 1010010 1011 10110100 110110 1011110 0 11101 100001001 1011000 100101

Color Harmonies of #520BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BB4

Black with #520BB4

Text Example


Text Example

White with #520BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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