Html Css Color HEX #520CB7 Purple Heart

📋 copy color: '#520CB7'

red 82 ◦ green 12 ◦ blue 183

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

Shades of Purple Heart #520CB7

Tints of Purple Heart #520CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 66.06%

R = 29.6%
G = 4.33%
B = 66.06%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#520CB7 (or 0x520CB7) is known color: Purple Heart. HEX triplet: 52, 0C and B7. RGB value is (82,12,183). Sum of RGB (Red+Green+Blue) = 82+12+183=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 183 (71.88% from 255 or 66.06% from 277); Max value from RGB is 183 - color contains mainly: blue. Hex color #520CB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CB7 is #ADF348. Grayscale: #333333. Windows color (decimal): -11400009 or 11996242. OLE color: 11996242.

HSL color Cylindrical-coordinate representation of color #520CB7: hue angle of 264.56º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520CB7 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 12 183 -
CMYK 0.55 0.93 0 0.28
HSL 264.56º 0.88% 0.38% -
HSV(B) 264.56º 0.93% 0.72% -
XYZ 12.16 5.48 45.22 -
YUV 52.42 201.69 149.1 -
System Red Green Blue C M Y K H S L
Decimal 82 12 183 0.55 0.93 0 0.28 264.56 0.88 0.38
Hex 52 C B7 37 5D 0 1C 109 58 26
Octal 122 14 267 67 135 0 34 411 130 46
Binary 1010010 1100 10110111 110111 1011101 0 11100 100001001 1011000 100110

Color Harmonies of #520CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CB7

Black with #520CB7

Text Example


Text Example

White with #520CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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