Html Css Color HEX #520FEE Han Purple

📋 copy color: '#520FEE'

red 82 ◦ green 15 ◦ blue 238

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

Shades of Han Purple #520FEE

Tints of Han Purple #520FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 71.04%

R = 24.48%
G = 4.48%
B = 71.04%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#520FEE (or 0x520FEE) is known color: Han Purple. HEX triplet: 52, 0F and EE. RGB value is (82,15,238). Sum of RGB (Red+Green+Blue) = 82+15+238=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 238 (93.36% from 255 or 71.04% from 335); Max value from RGB is 238 - color contains mainly: blue. Hex color #520FEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520FEE is #ADF011. Grayscale: #3B3B3B. Windows color (decimal): -11399186 or 15601490. OLE color: 15601490.

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

Color convert

RGB 82 15 238 -
CMYK 0.66 0.94 0 0.07
HSL 258.03º 0.88% 0.5% -
HSV(B) 258.03º 0.94% 0.93% -
XYZ 19.08 8.31 81.49 -
YUV 60.46 228.2 143.37 -
System Red Green Blue C M Y K H S L
Decimal 82 15 238 0.66 0.94 0 0.07 258.03 0.88 0.5
Hex 52 F EE 42 5E 0 7 102 58 32
Octal 122 17 356 102 136 0 7 402 130 62
Binary 1010010 1111 11101110 1000010 1011110 0 111 100000010 1011000 110010

Color Harmonies of #520FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FEE

Black with #520FEE

Text Example


Text Example

White with #520FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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