Html Css Color HEX #520EF6 Han Purple

📋 copy color: '#520EF6'

red 82 ◦ green 14 ◦ blue 246

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

Shades of Han Purple #520EF6

Tints of Han Purple #520EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 71.93%

R = 23.98%
G = 4.09%
B = 71.93%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#520EF6 (or 0x520EF6) is known color: Han Purple. HEX triplet: 52, 0E and F6. RGB value is (82,14,246). Sum of RGB (Red+Green+Blue) = 82+14+246=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 246 (96.48% from 255 or 71.93% from 342); Max value from RGB is 246 - color contains mainly: blue. Hex color #520EF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520EF6 is #ADF109. Grayscale: #3B3B3B. Windows color (decimal): -11399434 or 16125522. OLE color: 16125522.

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

Color convert

RGB 82 14 246 -
CMYK 0.67 0.94 0 0.04
HSL 257.59º 0.93% 0.51% -
HSV(B) 257.59º 0.94% 0.96% -
XYZ 20.27 8.76 87.81 -
YUV 60.78 232.53 143.14 -
System Red Green Blue C M Y K H S L
Decimal 82 14 246 0.67 0.94 0 0.04 257.59 0.93 0.51
Hex 52 E F6 43 5E 0 4 102 5D 33
Octal 122 16 366 103 136 0 4 402 135 63
Binary 1010010 1110 11110110 1000011 1011110 0 100 100000010 1011101 110011

Color Harmonies of #520EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520EF6

Black with #520EF6

Text Example


Text Example

White with #520EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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