Html Css Color HEX #520BBF Purple Heart

📋 copy color: '#520BBF'

red 82 ◦ green 11 ◦ blue 191

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

Shades of Purple Heart #520BBF

Tints of Purple Heart #520BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.25%

R = 28.87%
G = 3.87%
B = 67.25%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#520BBF (or 0x520BBF) is known color: Purple Heart. HEX triplet: 52, 0B and BF. RGB value is (82,11,191). Sum of RGB (Red+Green+Blue) = 82+11+191=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 191 (75% from 255 or 67.25% from 284); Max value from RGB is 191 - color contains mainly: blue. Hex color #520BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BBF is #ADF440. Grayscale: #343434. Windows color (decimal): -11400257 or 12520274. OLE color: 12520274.

HSL color Cylindrical-coordinate representation of color #520BBF: hue angle of 263.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520BBF is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 11 191 -
CMYK 0.57 0.94 0 0.25
HSL 263.67º 0.89% 0.4% -
HSV(B) 263.67º 0.94% 0.75% -
XYZ 13 5.79 49.72 -
YUV 52.75 206.02 148.86 -
System Red Green Blue C M Y K H S L
Decimal 82 11 191 0.57 0.94 0 0.25 263.67 0.89 0.4
Hex 52 B BF 39 5E 0 19 108 59 28
Octal 122 13 277 71 136 0 31 410 131 50
Binary 1010010 1011 10111111 111001 1011110 0 11001 100001000 1011001 101000

Color Harmonies of #520BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BBF

Black with #520BBF

Text Example


Text Example

White with #520BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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