Html Css Color HEX #520CC1 Purple Heart

📋 copy color: '#520CC1'

red 82 ◦ green 12 ◦ blue 193

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

Shades of Purple Heart #520CC1

Tints of Purple Heart #520CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 67.25%

R = 28.57%
G = 4.18%
B = 67.25%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#520CC1 (or 0x520CC1) is known color: Purple Heart. HEX triplet: 52, 0C and C1. RGB value is (82,12,193). Sum of RGB (Red+Green+Blue) = 82+12+193=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 193 (75.78% from 255 or 67.25% from 287); Max value from RGB is 193 - color contains mainly: blue. Hex color #520CC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CC1 is #ADF33E. Grayscale: #343434. Windows color (decimal): -11399999 or 12651602. OLE color: 12651602.

HSL color Cylindrical-coordinate representation of color #520CC1: hue angle of 263.2º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520CC1 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 12 193 -
CMYK 0.58 0.94 0 0.24
HSL 263.2º 0.88% 0.4% -
HSV(B) 263.2º 0.94% 0.76% -
XYZ 13.24 5.91 50.89 -
YUV 53.56 206.69 148.28 -
System Red Green Blue C M Y K H S L
Decimal 82 12 193 0.58 0.94 0 0.24 263.2 0.88 0.4
Hex 52 C C1 3A 5E 0 18 107 58 28
Octal 122 14 301 72 136 0 30 407 130 50
Binary 1010010 1100 11000001 111010 1011110 0 11000 100000111 1011000 101000

Color Harmonies of #520CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CC1

Black with #520CC1

Text Example


Text Example

White with #520CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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