Html Css Color HEX #520FD8 Han Purple

📋 copy color: '#520FD8'

red 82 ◦ green 15 ◦ blue 216

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

Shades of Han Purple #520FD8

Tints of Han Purple #520FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 69.01%

R = 26.2%
G = 4.79%
B = 69.01%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#520FD8 (or 0x520FD8) is known color: Han Purple. HEX triplet: 52, 0F and D8. RGB value is (82,15,216). Sum of RGB (Red+Green+Blue) = 82+15+216=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 216 (84.77% from 255 or 69.01% from 313); Max value from RGB is 216 - color contains mainly: blue. Hex color #520FD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FD8 is #ADF027. Grayscale: #393939. Windows color (decimal): -11399208 or 14159698. OLE color: 14159698.

HSL color Cylindrical-coordinate representation of color #520FD8: hue angle of 260º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520FD8 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 15 216 -
CMYK 0.62 0.93 0 0.15
HSL 260º 0.87% 0.45% -
HSV(B) 260º 0.93% 0.85% -
XYZ 16.05 7.09 65.49 -
YUV 57.95 217.2 145.16 -
System Red Green Blue C M Y K H S L
Decimal 82 15 216 0.62 0.93 0 0.15 260 0.87 0.45
Hex 52 F D8 3E 5D 0 F 104 57 2D
Octal 122 17 330 76 135 0 17 404 127 55
Binary 1010010 1111 11011000 111110 1011101 0 1111 100000100 1010111 101101

Color Harmonies of #520FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FD8

Black with #520FD8

Text Example


Text Example

White with #520FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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