Html Css Color HEX #520FBB Purple Heart

📋 copy color: '#520FBB'

red 82 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #520FBB

Tints of Purple Heart #520FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.28%

 BLUE value IS 187 (73.44% from 255) = 65.85%

R = 28.87%
G = 5.28%
B = 65.85%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#520FBB (or 0x520FBB) is known color: Purple Heart. HEX triplet: 52, 0F and BB. RGB value is (82,15,187). Sum of RGB (Red+Green+Blue) = 82+15+187=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #520FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FBB is #ADF044. Grayscale: #363636. Windows color (decimal): -11399237 or 12259154. OLE color: 12259154.

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

Color convert

RGB 82 15 187 -
CMYK 0.56 0.92 0 0.27
HSL 263.37º 0.85% 0.4% -
HSV(B) 263.37º 0.92% 0.73% -
XYZ 12.62 5.72 47.45 -
YUV 54.64 202.7 147.51 -
System Red Green Blue C M Y K H S L
Decimal 82 15 187 0.56 0.92 0 0.27 263.37 0.85 0.4
Hex 52 F BB 38 5C 0 1B 107 55 28
Octal 122 17 273 70 134 0 33 407 125 50
Binary 1010010 1111 10111011 111000 1011100 0 11011 100000111 1010101 101000

Color Harmonies of #520FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FBB

Black with #520FBB

Text Example


Text Example

White with #520FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,15,187); }

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

background-color css

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

 a { background-color: rgb(82,15,187); }

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

border-color css

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

 span { border-color: rgb(82,15,187); }

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