Html Css Color HEX #520BEA Han Purple

📋 copy color: '#520BEA'

red 82 ◦ green 11 ◦ blue 234

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

Shades of Han Purple #520BEA

Tints of Han Purple #520BEA

RGB

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

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

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

R = 25.08%
G = 3.36%
B = 71.56%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#520BEA (or 0x520BEA) is known color: Han Purple. HEX triplet: 52, 0B and EA. RGB value is (82,11,234). Sum of RGB (Red+Green+Blue) = 82+11+234=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 234 (91.80% from 255 or 71.56% from 327); Max value from RGB is 234 - color contains mainly: blue. Hex color #520BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520BEA is #ADF415. Grayscale: #383838. Windows color (decimal): -11400214 or 15338322. OLE color: 15338322.

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

Color convert

RGB 82 11 234 -
CMYK 0.65 0.95 0 0.08
HSL 259.1º 0.91% 0.48% -
HSV(B) 259.1º 0.95% 0.92% -
XYZ 18.45 7.97 78.41 -
YUV 57.65 227.52 145.37 -
System Red Green Blue C M Y K H S L
Decimal 82 11 234 0.65 0.95 0 0.08 259.1 0.91 0.48
Hex 52 B EA 41 5F 0 8 103 5B 30
Octal 122 13 352 101 137 0 10 403 133 60
Binary 1010010 1011 11101010 1000001 1011111 0 1000 100000011 1011011 110000

Color Harmonies of #520BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BEA

Black with #520BEA

Text Example


Text Example

White with #520BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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