Html Css Color HEX #520BEF Han Purple

📋 copy color: '#520BEF'

red 82 ◦ green 11 ◦ blue 239

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

Shades of Han Purple #520BEF

Tints of Han Purple #520BEF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.31%

 BLUE value IS 239 (93.75% from 255) = 71.99%

R = 24.7%
G = 3.31%
B = 71.99%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#520BEF (or 0x520BEF) is known color: Han Purple. HEX triplet: 52, 0B and EF. RGB value is (82,11,239). Sum of RGB (Red+Green+Blue) = 82+11+239=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 239 (93.75% from 255 or 71.99% from 332); Max value from RGB is 239 - color contains mainly: blue. Hex color #520BEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520BEF is #ADF410. Grayscale: #393939. Windows color (decimal): -11400209 or 15666002. OLE color: 15666002.

HSL color Cylindrical-coordinate representation of color #520BEF: hue angle of 258.68º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520BEF is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 11 239 -
CMYK 0.66 0.95 0 0.06
HSL 258.68º 0.91% 0.49% -
HSV(B) 258.68º 0.95% 0.94% -
XYZ 19.18 8.27 82.25 -
YUV 58.22 230.02 144.96 -
System Red Green Blue C M Y K H S L
Decimal 82 11 239 0.66 0.95 0 0.06 258.68 0.91 0.49
Hex 52 B EF 42 5F 0 6 103 5B 31
Octal 122 13 357 102 137 0 6 403 133 61
Binary 1010010 1011 11101111 1000010 1011111 0 110 100000011 1011011 110001

Color Harmonies of #520BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BEF

Black with #520BEF

Text Example


Text Example

White with #520BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,11,239); }

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

background-color css

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

 a { background-color: rgb(82,11,239); }

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

border-color css

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

 span { border-color: rgb(82,11,239); }

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