Html Css Color HEX #520DFF Han Purple

📋 copy color: '#520DFF'

red 82 ◦ green 13 ◦ blue 255

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

Shades of Han Purple #520DFF

Tints of Han Purple #520DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.86%

R = 23.43%
G = 3.71%
B = 72.86%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#520DFF (or 0x520DFF) is known color: Han Purple. HEX triplet: 52, 0D and FF. RGB value is (82,13,255). Sum of RGB (Red+Green+Blue) = 82+13+255=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #520DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520DFF is #ADF200. Grayscale: #3C3C3C. Windows color (decimal): -11399681 or 16715090. OLE color: 16715090.

HSL color Cylindrical-coordinate representation of color #520DFF: hue angle of 257.11º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520DFF is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 13 255 -
CMYK 0.68 0.95 0 0
HSL 257.11º 1% 0.53% -
HSV(B) 257.11º 0.95% 1% -
XYZ 21.67 9.3 95.26 -
YUV 61.22 237.36 142.82 -
System Red Green Blue C M Y K H S L
Decimal 82 13 255 0.68 0.95 0 0 257.11 1 0.53
Hex 52 D FF 44 5F 0 0 101 64 35
Octal 122 15 377 104 137 0 0 401 144 65
Binary 1010010 1101 11111111 1000100 1011111 0 0 100000001 1100100 110101

Color Harmonies of #520DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DFF

Black with #520DFF

Text Example


Text Example

White with #520DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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