Html Css Color HEX #520FCC Purple Heart

📋 copy color: '#520FCC'

red 82 ◦ green 15 ◦ blue 204

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

Shades of Purple Heart #520FCC

Tints of Purple Heart #520FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.98%

 BLUE value IS 204 (80.08% from 255) = 67.77%

R = 27.24%
G = 4.98%
B = 67.77%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#520FCC (or 0x520FCC) is known color: Purple Heart. HEX triplet: 52, 0F and CC. RGB value is (82,15,204). Sum of RGB (Red+Green+Blue) = 82+15+204=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #520FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FCC is #ADF033. Grayscale: #373737. Windows color (decimal): -11399220 or 13373266. OLE color: 13373266.

HSL color Cylindrical-coordinate representation of color #520FCC: hue angle of 261.27º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520FCC is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 15 204 -
CMYK 0.60 0.93 0 0.2
HSL 261.27º 0.86% 0.43% -
HSV(B) 261.27º 0.93% 0.8% -
XYZ 14.55 6.5 57.61 -
YUV 56.58 211.2 146.13 -
System Red Green Blue C M Y K H S L
Decimal 82 15 204 0.60 0.93 0 0.2 261.27 0.86 0.43
Hex 52 F CC 3C 5D 0 14 105 56 2B
Octal 122 17 314 74 135 0 24 405 126 53
Binary 1010010 1111 11001100 111100 1011101 0 10100 100000101 1010110 101011

Color Harmonies of #520FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FCC

Black with #520FCC

Text Example


Text Example

White with #520FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,15,204); }

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

background-color css

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

 a { background-color: rgb(82,15,204); }

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

border-color css

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

 span { border-color: rgb(82,15,204); }

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