Html Css Color HEX #520FEB Han Purple

📋 copy color: '#520FEB'

red 82 ◦ green 15 ◦ blue 235

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

Shades of Han Purple #520FEB

Tints of Han Purple #520FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.78%

R = 24.7%
G = 4.52%
B = 70.78%

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

#520FEB (or 0x520FEB) is known color: Han Purple. HEX triplet: 52, 0F and EB. RGB value is (82,15,235). Sum of RGB (Red+Green+Blue) = 82+15+235=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #520FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520FEB is #ADF014. Grayscale: #3B3B3B. Windows color (decimal): -11399189 or 15404882. OLE color: 15404882.

HSL color Cylindrical-coordinate representation of color #520FEB: hue angle of 258.27º 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 #520FEB is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 15 235 -
CMYK 0.65 0.94 0 0.08
HSL 258.27º 0.88% 0.49% -
HSV(B) 258.27º 0.94% 0.92% -
XYZ 18.65 8.13 79.18 -
YUV 60.11 226.7 143.61 -
System Red Green Blue C M Y K H S L
Decimal 82 15 235 0.65 0.94 0 0.08 258.27 0.88 0.49
Hex 52 F EB 41 5E 0 8 102 58 31
Octal 122 17 353 101 136 0 10 402 130 61
Binary 1010010 1111 11101011 1000001 1011110 0 1000 100000010 1011000 110001

Color Harmonies of #520FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FEB

Black with #520FEB

Text Example


Text Example

White with #520FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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