Html Css Color HEX #520FCF Purple Heart

📋 copy color: '#520FCF'

red 82 ◦ green 15 ◦ blue 207

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

Shades of Purple Heart #520FCF

Tints of Purple Heart #520FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.09%

R = 26.97%
G = 4.93%
B = 68.09%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#520FCF (or 0x520FCF) is known color: Purple Heart. HEX triplet: 52, 0F and CF. RGB value is (82,15,207). Sum of RGB (Red+Green+Blue) = 82+15+207=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #520FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FCF is #ADF030. Grayscale: #383838. Windows color (decimal): -11399217 or 13569874. OLE color: 13569874.

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

Color convert

RGB 82 15 207 -
CMYK 0.60 0.93 0 0.19
HSL 260.94º 0.86% 0.44% -
HSV(B) 260.94º 0.93% 0.81% -
XYZ 14.91 6.64 59.53 -
YUV 56.92 212.7 145.89 -
System Red Green Blue C M Y K H S L
Decimal 82 15 207 0.60 0.93 0 0.19 260.94 0.86 0.44
Hex 52 F CF 3C 5D 0 13 105 56 2C
Octal 122 17 317 74 135 0 23 405 126 54
Binary 1010010 1111 11001111 111100 1011101 0 10011 100000101 1010110 101100

Color Harmonies of #520FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FCF

Black with #520FCF

Text Example


Text Example

White with #520FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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