Html Css Color HEX #520CBE Purple Heart

📋 copy color: '#520CBE'

red 82 ◦ green 12 ◦ blue 190

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

Shades of Purple Heart #520CBE

Tints of Purple Heart #520CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.9%

R = 28.87%
G = 4.23%
B = 66.9%

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

#520CBE (or 0x520CBE) is known color: Purple Heart. HEX triplet: 52, 0C and BE. RGB value is (82,12,190). Sum of RGB (Red+Green+Blue) = 82+12+190=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #520CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CBE is #ADF341. Grayscale: #343434. Windows color (decimal): -11400002 or 12454994. OLE color: 12454994.

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

Color convert

RGB 82 12 190 -
CMYK 0.57 0.94 0 0.25
HSL 263.6º 0.88% 0.4% -
HSV(B) 263.6º 0.94% 0.75% -
XYZ 12.91 5.77 49.15 -
YUV 53.22 205.19 148.53 -
System Red Green Blue C M Y K H S L
Decimal 82 12 190 0.57 0.94 0 0.25 263.6 0.88 0.4
Hex 52 C BE 39 5E 0 19 108 58 28
Octal 122 14 276 71 136 0 31 410 130 50
Binary 1010010 1100 10111110 111001 1011110 0 11001 100001000 1011000 101000

Color Harmonies of #520CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CBE

Black with #520CBE

Text Example


Text Example

White with #520CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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