Html Css Color HEX #520BBA Purple Heart

📋 copy color: '#520BBA'

red 82 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #520BBA

Tints of Purple Heart #520BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.67%

R = 29.39%
G = 3.94%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#520BBA (or 0x520BBA) is known color: Purple Heart. HEX triplet: 52, 0B and BA. RGB value is (82,11,186). Sum of RGB (Red+Green+Blue) = 82+11+186=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #520BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BBA is #ADF445. Grayscale: #333333. Windows color (decimal): -11400262 or 12192594. OLE color: 12192594.

HSL color Cylindrical-coordinate representation of color #520BBA: hue angle of 264.34º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520BBA is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 11 186 -
CMYK 0.56 0.94 0 0.27
HSL 264.34º 0.89% 0.39% -
HSV(B) 264.34º 0.94% 0.73% -
XYZ 12.46 5.58 46.87 -
YUV 52.18 203.52 149.27 -
System Red Green Blue C M Y K H S L
Decimal 82 11 186 0.56 0.94 0 0.27 264.34 0.89 0.39
Hex 52 B BA 38 5E 0 1B 108 59 27
Octal 122 13 272 70 136 0 33 410 131 47
Binary 1010010 1011 10111010 111000 1011110 0 11011 100001000 1011001 100111

Color Harmonies of #520BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BBA

Black with #520BBA

Text Example


Text Example

White with #520BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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