Html Css Color HEX #520FCA Purple Heart

📋 copy color: '#520FCA'

red 82 ◦ green 15 ◦ blue 202

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

Shades of Purple Heart #520FCA

Tints of Purple Heart #520FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 67.56%

R = 27.42%
G = 5.02%
B = 67.56%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#520FCA (or 0x520FCA) is known color: Purple Heart. HEX triplet: 52, 0F and CA. RGB value is (82,15,202). Sum of RGB (Red+Green+Blue) = 82+15+202=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 202 (79.30% from 255 or 67.56% from 299); Max value from RGB is 202 - color contains mainly: blue. Hex color #520FCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FCA is #ADF035. Grayscale: #373737. Windows color (decimal): -11399222 or 13242194. OLE color: 13242194.

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

Color convert

RGB 82 15 202 -
CMYK 0.59 0.93 0 0.21
HSL 261.5º 0.86% 0.43% -
HSV(B) 261.5º 0.93% 0.79% -
XYZ 14.31 6.4 56.36 -
YUV 56.35 210.2 146.29 -
System Red Green Blue C M Y K H S L
Decimal 82 15 202 0.59 0.93 0 0.21 261.5 0.86 0.43
Hex 52 F CA 3B 5D 0 15 105 56 2B
Octal 122 17 312 73 135 0 25 405 126 53
Binary 1010010 1111 11001010 111011 1011101 0 10101 100000101 1010110 101011

Color Harmonies of #520FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FCA

Black with #520FCA

Text Example


Text Example

White with #520FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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