Html Css Color HEX #520DF5 Han Purple

📋 copy color: '#520DF5'

red 82 ◦ green 13 ◦ blue 245

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

Shades of Han Purple #520DF5

Tints of Han Purple #520DF5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.82%

 BLUE value IS 245 (96.09% from 255) = 72.06%

R = 24.12%
G = 3.82%
B = 72.06%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#520DF5 (or 0x520DF5) is known color: Han Purple. HEX triplet: 52, 0D and F5. RGB value is (82,13,245). Sum of RGB (Red+Green+Blue) = 82+13+245=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 245 (96.09% from 255 or 72.06% from 340); Max value from RGB is 245 - color contains mainly: blue. Hex color #520DF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520DF5 is #ADF20A. Grayscale: #3B3B3B. Windows color (decimal): -11399691 or 16059730. OLE color: 16059730.

HSL color Cylindrical-coordinate representation of color #520DF5: hue angle of 257.84º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520DF5 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 13 245 -
CMYK 0.67 0.95 0 0.04
HSL 257.84º 0.92% 0.51% -
HSV(B) 257.84º 0.95% 0.96% -
XYZ 20.11 8.67 87 -
YUV 60.08 232.36 143.64 -
System Red Green Blue C M Y K H S L
Decimal 82 13 245 0.67 0.95 0 0.04 257.84 0.92 0.51
Hex 52 D F5 43 5F 0 4 102 5C 33
Octal 122 15 365 103 137 0 4 402 134 63
Binary 1010010 1101 11110101 1000011 1011111 0 100 100000010 1011100 110011

Color Harmonies of #520DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DF5

Black with #520DF5

Text Example


Text Example

White with #520DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,13,245); }

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

background-color css

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

 a { background-color: rgb(82,13,245); }

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

border-color css

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

 span { border-color: rgb(82,13,245); }

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