Html Css Color HEX #520EFB Han Purple

📋 copy color: '#520EFB'

red 82 ◦ green 14 ◦ blue 251

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

Shades of Han Purple #520EFB

Tints of Han Purple #520EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 72.33%

R = 23.63%
G = 4.03%
B = 72.33%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#520EFB (or 0x520EFB) is known color: Han Purple. HEX triplet: 52, 0E and FB. RGB value is (82,14,251). Sum of RGB (Red+Green+Blue) = 82+14+251=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #520EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520EFB is #ADF104. Grayscale: #3C3C3C. Windows color (decimal): -11399429 or 16453202. OLE color: 16453202.

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

Color convert

RGB 82 14 251 -
CMYK 0.67 0.94 0 0.02
HSL 257.22º 0.97% 0.52% -
HSV(B) 257.22º 0.94% 0.98% -
XYZ 21.05 9.07 91.91 -
YUV 61.35 235.03 142.73 -
System Red Green Blue C M Y K H S L
Decimal 82 14 251 0.67 0.94 0 0.02 257.22 0.97 0.52
Hex 52 E FB 43 5E 0 2 101 61 34
Octal 122 16 373 103 136 0 2 401 141 64
Binary 1010010 1110 11111011 1000011 1011110 0 10 100000001 1100001 110100

Color Harmonies of #520EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520EFB

Black with #520EFB

Text Example


Text Example

White with #520EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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