Html Css Color HEX #520BEC Han Purple

📋 copy color: '#520BEC'

red 82 ◦ green 11 ◦ blue 236

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

Shades of Han Purple #520BEC

Tints of Han Purple #520BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.73%

R = 24.92%
G = 3.34%
B = 71.73%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#520BEC (or 0x520BEC) is known color: Han Purple. HEX triplet: 52, 0B and EC. RGB value is (82,11,236). Sum of RGB (Red+Green+Blue) = 82+11+236=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #520BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520BEC is #ADF413. Grayscale: #393939. Windows color (decimal): -11400212 or 15469394. OLE color: 15469394.

HSL color Cylindrical-coordinate representation of color #520BEC: hue angle of 258.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520BEC is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 11 236 -
CMYK 0.65 0.95 0 0.07
HSL 258.93º 0.91% 0.48% -
HSV(B) 258.93º 0.95% 0.93% -
XYZ 18.74 8.09 79.93 -
YUV 57.88 228.52 145.2 -
System Red Green Blue C M Y K H S L
Decimal 82 11 236 0.65 0.95 0 0.07 258.93 0.91 0.48
Hex 52 B EC 41 5F 0 7 103 5B 30
Octal 122 13 354 101 137 0 7 403 133 60
Binary 1010010 1011 11101100 1000001 1011111 0 111 100000011 1011011 110000

Color Harmonies of #520BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BEC

Black with #520BEC

Text Example


Text Example

White with #520BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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