Html Css Color HEX #520BE7 Han Purple

📋 copy color: '#520BE7'

red 82 ◦ green 11 ◦ blue 231

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

Shades of Han Purple #520BE7

Tints of Han Purple #520BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 71.3%

R = 25.31%
G = 3.4%
B = 71.3%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#520BE7 (or 0x520BE7) is known color: Han Purple. HEX triplet: 52, 0B and E7. RGB value is (82,11,231). Sum of RGB (Red+Green+Blue) = 82+11+231=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 231 (90.62% from 255 or 71.30% from 324); Max value from RGB is 231 - color contains mainly: blue. Hex color #520BE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520BE7 is #ADF418. Grayscale: #383838. Windows color (decimal): -11400217 or 15141714. OLE color: 15141714.

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

Color convert

RGB 82 11 231 -
CMYK 0.65 0.95 0 0.09
HSL 259.36º 0.91% 0.47% -
HSV(B) 259.36º 0.95% 0.91% -
XYZ 18.02 7.8 76.16 -
YUV 57.31 226.02 145.61 -
System Red Green Blue C M Y K H S L
Decimal 82 11 231 0.65 0.95 0 0.09 259.36 0.91 0.47
Hex 52 B E7 41 5F 0 9 103 5B 2F
Octal 122 13 347 101 137 0 11 403 133 57
Binary 1010010 1011 11100111 1000001 1011111 0 1001 100000011 1011011 101111

Color Harmonies of #520BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BE7

Black with #520BE7

Text Example


Text Example

White with #520BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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