Html Css Color HEX #520FE4 Han Purple

📋 copy color: '#520FE4'

red 82 ◦ green 15 ◦ blue 228

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

Shades of Han Purple #520FE4

Tints of Han Purple #520FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 70.15%

R = 25.23%
G = 4.62%
B = 70.15%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#520FE4 (or 0x520FE4) is known color: Han Purple. HEX triplet: 52, 0F and E4. RGB value is (82,15,228). Sum of RGB (Red+Green+Blue) = 82+15+228=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 228 (89.45% from 255 or 70.15% from 325); Max value from RGB is 228 - color contains mainly: blue. Hex color #520FE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FE4 is #ADF01B. Grayscale: #3A3A3A. Windows color (decimal): -11399196 or 14946130. OLE color: 14946130.

HSL color Cylindrical-coordinate representation of color #520FE4: hue angle of 258.87º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520FE4 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 15 228 -
CMYK 0.64 0.93 0 0.11
HSL 258.87º 0.88% 0.48% -
HSV(B) 258.87º 0.93% 0.89% -
XYZ 17.65 7.74 73.96 -
YUV 59.32 223.2 144.18 -
System Red Green Blue C M Y K H S L
Decimal 82 15 228 0.64 0.93 0 0.11 258.87 0.88 0.48
Hex 52 F E4 40 5D 0 B 103 58 30
Octal 122 17 344 100 135 0 13 403 130 60
Binary 1010010 1111 11100100 1000000 1011101 0 1011 100000011 1011000 110000

Color Harmonies of #520FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FE4

Black with #520FE4

Text Example


Text Example

White with #520FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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