Html Css Color HEX #520FE3 Han Purple

📋 copy color: '#520FE3'

red 82 ◦ green 15 ◦ blue 227

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

Shades of Han Purple #520FE3

Tints of Han Purple #520FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 70.06%

R = 25.31%
G = 4.63%
B = 70.06%

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

#520FE3 (or 0x520FE3) is known color: Han Purple. HEX triplet: 52, 0F and E3. RGB value is (82,15,227). Sum of RGB (Red+Green+Blue) = 82+15+227=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 227 (89.06% from 255 or 70.06% from 324); Max value from RGB is 227 - color contains mainly: blue. Hex color #520FE3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FE3 is #ADF01C. Grayscale: #3A3A3A. Windows color (decimal): -11399197 or 14880594. OLE color: 14880594.

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

Color convert

RGB 82 15 227 -
CMYK 0.64 0.93 0 0.11
HSL 258.96º 0.88% 0.47% -
HSV(B) 258.96º 0.93% 0.89% -
XYZ 17.52 7.68 73.23 -
YUV 59.2 222.7 144.26 -
System Red Green Blue C M Y K H S L
Decimal 82 15 227 0.64 0.93 0 0.11 258.96 0.88 0.47
Hex 52 F E3 40 5D 0 B 103 58 2F
Octal 122 17 343 100 135 0 13 403 130 57
Binary 1010010 1111 11100011 1000000 1011101 0 1011 100000011 1011000 101111

Color Harmonies of #520FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FE3

Black with #520FE3

Text Example


Text Example

White with #520FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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