Html Css Color HEX #520EFF Han Purple

📋 copy color: '#520EFF'

red 82 ◦ green 14 ◦ blue 255

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

Shades of Han Purple #520EFF

Tints of Han Purple #520EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.99%

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

R = 23.36%
G = 3.99%
B = 72.65%

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

#520EFF (or 0x520EFF) is known color: Han Purple. HEX triplet: 52, 0E and FF. RGB value is (82,14,255). Sum of RGB (Red+Green+Blue) = 82+14+255=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #520EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520EFF is #ADF100. Grayscale: #3C3C3C. Windows color (decimal): -11399425 or 16715346. OLE color: 16715346.

HSL color Cylindrical-coordinate representation of color #520EFF: hue angle of 256.93º 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 #520EFF is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 14 255 -
CMYK 0.68 0.95 0 0
HSL 256.93º 1% 0.53% -
HSV(B) 256.93º 0.95% 1% -
XYZ 21.69 9.33 95.27 -
YUV 61.81 237.03 142.4 -
System Red Green Blue C M Y K H S L
Decimal 82 14 255 0.68 0.95 0 0 256.93 1 0.53
Hex 52 E FF 44 5F 0 0 101 64 35
Octal 122 16 377 104 137 0 0 401 144 65
Binary 1010010 1110 11111111 1000100 1011111 0 0 100000001 1100100 110101

Color Harmonies of #520EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520EFF

Black with #520EFF

Text Example


Text Example

White with #520EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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