Html Css Color HEX #520AFB Han Purple

📋 copy color: '#520AFB'

red 82 ◦ green 10 ◦ blue 251

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

Shades of Han Purple #520AFB

Tints of Han Purple #520AFB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.92%

 BLUE value IS 251 (98.44% from 255) = 73.18%

R = 23.91%
G = 2.92%
B = 73.18%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#520AFB (or 0x520AFB) is known color: Han Purple. HEX triplet: 52, 0A and FB. RGB value is (82,10,251). Sum of RGB (Red+Green+Blue) = 82+10+251=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #520AFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520AFB is #ADF504. Grayscale: #3A3A3A. Windows color (decimal): -11400453 or 16452178. OLE color: 16452178.

HSL color Cylindrical-coordinate representation of color #520AFB: hue angle of 257.93º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520AFB is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 10 251 -
CMYK 0.67 0.96 0 0.02
HSL 257.93º 0.97% 0.51% -
HSV(B) 257.93º 0.96% 0.98% -
XYZ 21 8.98 91.89 -
YUV 59 236.35 144.4 -
System Red Green Blue C M Y K H S L
Decimal 82 10 251 0.67 0.96 0 0.02 257.93 0.97 0.51
Hex 52 A FB 43 60 0 2 102 61 33
Octal 122 12 373 103 140 0 2 402 141 63
Binary 1010010 1010 11111011 1000011 1100000 0 10 100000010 1100001 110011

Color Harmonies of #520AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520AFB

Black with #520AFB

Text Example


Text Example

White with #520AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,10,251); }

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

background-color css

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

 a { background-color: rgb(82,10,251); }

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

border-color css

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

 span { border-color: rgb(82,10,251); }

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