Html Css Color HEX #520EFC Han Purple

📋 copy color: '#520EFC'

red 82 ◦ green 14 ◦ blue 252

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

Shades of Han Purple #520EFC

Tints of Han Purple #520EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72.41%

R = 23.56%
G = 4.02%
B = 72.41%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#520EFC (or 0x520EFC) is known color: Han Purple. HEX triplet: 52, 0E and FC. RGB value is (82,14,252). Sum of RGB (Red+Green+Blue) = 82+14+252=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 252 (98.83% from 255 or 72.41% from 348); Max value from RGB is 252 - color contains mainly: blue. Hex color #520EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520EFC is #ADF103. Grayscale: #3C3C3C. Windows color (decimal): -11399428 or 16518738. OLE color: 16518738.

HSL color Cylindrical-coordinate representation of color #520EFC: hue angle of 257.14º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520EFC is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 14 252 -
CMYK 0.67 0.94 0 0.01
HSL 257.14º 0.98% 0.52% -
HSV(B) 257.14º 0.94% 0.99% -
XYZ 21.21 9.14 92.74 -
YUV 61.46 235.53 142.65 -
System Red Green Blue C M Y K H S L
Decimal 82 14 252 0.67 0.94 0 0.01 257.14 0.98 0.52
Hex 52 E FC 43 5E 0 1 101 62 34
Octal 122 16 374 103 136 0 1 401 142 64
Binary 1010010 1110 11111100 1000011 1011110 0 1 100000001 1100010 110100

Color Harmonies of #520EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520EFC

Black with #520EFC

Text Example


Text Example

White with #520EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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