Html Css Color HEX #520FEA Han Purple

📋 copy color: '#520FEA'

red 82 ◦ green 15 ◦ blue 234

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

Shades of Han Purple #520FEA

Tints of Han Purple #520FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.69%

R = 24.77%
G = 4.53%
B = 70.69%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#520FEA (or 0x520FEA) is known color: Han Purple. HEX triplet: 52, 0F and EA. RGB value is (82,15,234). Sum of RGB (Red+Green+Blue) = 82+15+234=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #520FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520FEA is #ADF015. Grayscale: #3B3B3B. Windows color (decimal): -11399190 or 15339346. OLE color: 15339346.

HSL color Cylindrical-coordinate representation of color #520FEA: hue angle of 258.36º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520FEA is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 15 234 -
CMYK 0.65 0.94 0 0.08
HSL 258.36º 0.88% 0.49% -
HSV(B) 258.36º 0.94% 0.92% -
XYZ 18.5 8.08 78.43 -
YUV 60 226.2 143.69 -
System Red Green Blue C M Y K H S L
Decimal 82 15 234 0.65 0.94 0 0.08 258.36 0.88 0.49
Hex 52 F EA 41 5E 0 8 102 58 31
Octal 122 17 352 101 136 0 10 402 130 61
Binary 1010010 1111 11101010 1000001 1011110 0 1000 100000010 1011000 110001

Color Harmonies of #520FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FEA

Black with #520FEA

Text Example


Text Example

White with #520FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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