Html Css Color HEX #520CC8 Purple Heart

📋 copy color: '#520CC8'

red 82 ◦ green 12 ◦ blue 200

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

Shades of Purple Heart #520CC8

Tints of Purple Heart #520CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 68.03%

R = 27.89%
G = 4.08%
B = 68.03%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#520CC8 (or 0x520CC8) is known color: Purple Heart. HEX triplet: 52, 0C and C8. RGB value is (82,12,200). Sum of RGB (Red+Green+Blue) = 82+12+200=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 200 (78.52% from 255 or 68.03% from 294); Max value from RGB is 200 - color contains mainly: blue. Hex color #520CC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CC8 is #ADF337. Grayscale: #353535. Windows color (decimal): -11399992 or 13110354. OLE color: 13110354.

HSL color Cylindrical-coordinate representation of color #520CC8: hue angle of 262.34º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520CC8 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 12 200 -
CMYK 0.59 0.94 0 0.22
HSL 262.34º 0.89% 0.42% -
HSV(B) 262.34º 0.94% 0.78% -
XYZ 14.04 6.23 55.11 -
YUV 54.36 210.19 147.71 -
System Red Green Blue C M Y K H S L
Decimal 82 12 200 0.59 0.94 0 0.22 262.34 0.89 0.42
Hex 52 C C8 3B 5E 0 16 106 59 2A
Octal 122 14 310 73 136 0 26 406 131 52
Binary 1010010 1100 11001000 111011 1011110 0 10110 100000110 1011001 101010

Color Harmonies of #520CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CC8

Black with #520CC8

Text Example


Text Example

White with #520CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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