Html Css Color HEX #520FBF Purple Heart

📋 copy color: '#520FBF'

red 82 ◦ green 15 ◦ blue 191

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

Shades of Purple Heart #520FBF

Tints of Purple Heart #520FBF

RGB

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

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

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

R = 28.47%
G = 5.21%
B = 66.32%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#520FBF (or 0x520FBF) is known color: Purple Heart. HEX triplet: 52, 0F and BF. RGB value is (82,15,191). Sum of RGB (Red+Green+Blue) = 82+15+191=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #520FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FBF is #ADF040. Grayscale: #363636. Windows color (decimal): -11399233 or 12521298. OLE color: 12521298.

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

Color convert

RGB 82 15 191 -
CMYK 0.57 0.92 0 0.25
HSL 262.84º 0.85% 0.4% -
HSV(B) 262.84º 0.92% 0.75% -
XYZ 13.05 5.9 49.74 -
YUV 55.1 204.7 147.19 -
System Red Green Blue C M Y K H S L
Decimal 82 15 191 0.57 0.92 0 0.25 262.84 0.85 0.4
Hex 52 F BF 39 5C 0 19 107 55 28
Octal 122 17 277 71 134 0 31 407 125 50
Binary 1010010 1111 10111111 111001 1011100 0 11001 100000111 1010101 101000

Color Harmonies of #520FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FBF

Black with #520FBF

Text Example


Text Example

White with #520FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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