Html Css Color HEX #520FFE Han Purple

📋 copy color: '#520FFE'

red 82 ◦ green 15 ◦ blue 254

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

Shades of Han Purple #520FFE

Tints of Han Purple #520FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 72.36%

R = 23.36%
G = 4.27%
B = 72.36%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#520FFE (or 0x520FFE) is known color: Han Purple. HEX triplet: 52, 0F and FE. RGB value is (82,15,254). Sum of RGB (Red+Green+Blue) = 82+15+254=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #520FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520FFE is #ADF001. Grayscale: #3D3D3D. Windows color (decimal): -11399170 or 16650066. OLE color: 16650066.

HSL color Cylindrical-coordinate representation of color #520FFE: hue angle of 256.82º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520FFE is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 15 254 -
CMYK 0.68 0.94 0 0.00
HSL 256.82º 0.99% 0.53% -
HSV(B) 256.82º 0.94% 1% -
XYZ 21.54 9.29 94.42 -
YUV 62.28 236.2 142.07 -
System Red Green Blue C M Y K H S L
Decimal 82 15 254 0.68 0.94 0 0.00 256.82 0.99 0.53
Hex 52 F FE 44 5E 0 0 101 63 35
Octal 122 17 376 104 136 0 0 401 143 65
Binary 1010010 1111 11111110 1000100 1011110 0 0 100000001 1100011 110101

Color Harmonies of #520FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FFE

Black with #520FFE

Text Example


Text Example

White with #520FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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