Html Css Color HEX #520FEF Han Purple

📋 copy color: '#520FEF'

red 82 ◦ green 15 ◦ blue 239

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

Shades of Han Purple #520FEF

Tints of Han Purple #520FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.13%

R = 24.4%
G = 4.46%
B = 71.13%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#520FEF (or 0x520FEF) is known color: Han Purple. HEX triplet: 52, 0F and EF. RGB value is (82,15,239). Sum of RGB (Red+Green+Blue) = 82+15+239=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #520FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520FEF is #ADF010. Grayscale: #3B3B3B. Windows color (decimal): -11399185 or 15667026. OLE color: 15667026.

HSL color Cylindrical-coordinate representation of color #520FEF: hue angle of 257.95º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520FEF is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 15 239 -
CMYK 0.66 0.94 0 0.06
HSL 257.95º 0.88% 0.5% -
HSV(B) 257.95º 0.94% 0.94% -
XYZ 19.23 8.37 82.26 -
YUV 60.57 228.7 143.29 -
System Red Green Blue C M Y K H S L
Decimal 82 15 239 0.66 0.94 0 0.06 257.95 0.88 0.5
Hex 52 F EF 42 5E 0 6 102 58 32
Octal 122 17 357 102 136 0 6 402 130 62
Binary 1010010 1111 11101111 1000010 1011110 0 110 100000010 1011000 110010

Color Harmonies of #520FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FEF

Black with #520FEF

Text Example


Text Example

White with #520FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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