Html Css Color HEX #520CBF Purple Heart

📋 copy color: '#520CBF'

red 82 ◦ green 12 ◦ blue 191

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

Shades of Purple Heart #520CBF

Tints of Purple Heart #520CBF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.21%

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

R = 28.77%
G = 4.21%
B = 67.02%

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

#520CBF (or 0x520CBF) is known color: Purple Heart. HEX triplet: 52, 0C and BF. RGB value is (82,12,191). Sum of RGB (Red+Green+Blue) = 82+12+191=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #520CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CBF is #ADF340. Grayscale: #343434. Windows color (decimal): -11400001 or 12520530. OLE color: 12520530.

HSL color Cylindrical-coordinate representation of color #520CBF: hue angle of 263.46º degrees, saturation: 0.88, 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 #520CBF is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 12 191 -
CMYK 0.57 0.94 0 0.25
HSL 263.46º 0.88% 0.4% -
HSV(B) 263.46º 0.94% 0.75% -
XYZ 13.02 5.82 49.73 -
YUV 53.34 205.69 148.45 -
System Red Green Blue C M Y K H S L
Decimal 82 12 191 0.57 0.94 0 0.25 263.46 0.88 0.4
Hex 52 C BF 39 5E 0 19 107 58 28
Octal 122 14 277 71 136 0 31 407 130 50
Binary 1010010 1100 10111111 111001 1011110 0 11001 100000111 1011000 101000

Color Harmonies of #520CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CBF

Black with #520CBF

Text Example


Text Example

White with #520CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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