Html Css Color HEX #520BFB Han Purple

📋 copy color: '#520BFB'

red 82 ◦ green 11 ◦ blue 251

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

Shades of Han Purple #520BFB

Tints of Han Purple #520BFB

RGB

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

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

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

R = 23.84%
G = 3.2%
B = 72.97%

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

#520BFB (or 0x520BFB) is known color: Han Purple. HEX triplet: 52, 0B and FB. RGB value is (82,11,251). Sum of RGB (Red+Green+Blue) = 82+11+251=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 251 (98.44% from 255 or 72.97% from 344); Max value from RGB is 251 - color contains mainly: blue. Hex color #520BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520BFB is #ADF404. Grayscale: #3A3A3A. Windows color (decimal): -11400197 or 16452434. OLE color: 16452434.

HSL color Cylindrical-coordinate representation of color #520BFB: hue angle of 257.75º 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 #520BFB is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 11 251 -
CMYK 0.67 0.96 0 0.02
HSL 257.75º 0.97% 0.51% -
HSV(B) 257.75º 0.96% 0.98% -
XYZ 21.01 9 91.9 -
YUV 59.59 236.02 143.99 -
System Red Green Blue C M Y K H S L
Decimal 82 11 251 0.67 0.96 0 0.02 257.75 0.97 0.51
Hex 52 B FB 43 60 0 2 102 61 33
Octal 122 13 373 103 140 0 2 402 141 63
Binary 1010010 1011 11111011 1000011 1100000 0 10 100000010 1100001 110011

Color Harmonies of #520BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BFB

Black with #520BFB

Text Example


Text Example

White with #520BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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