Html Css Color HEX #520BF4 Han Purple

📋 copy color: '#520BF4'

red 82 ◦ green 11 ◦ blue 244

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

Shades of Han Purple #520BF4

Tints of Han Purple #520BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 72.4%

R = 24.33%
G = 3.26%
B = 72.4%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#520BF4 (or 0x520BF4) is known color: Han Purple. HEX triplet: 52, 0B and F4. RGB value is (82,11,244). Sum of RGB (Red+Green+Blue) = 82+11+244=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 244 (95.70% from 255 or 72.40% from 337); Max value from RGB is 244 - color contains mainly: blue. Hex color #520BF4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520BF4 is #ADF40B. Grayscale: #393939. Windows color (decimal): -11400204 or 15993682. OLE color: 15993682.

HSL color Cylindrical-coordinate representation of color #520BF4: hue angle of 258.28º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520BF4 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 11 244 -
CMYK 0.66 0.95 0 0.04
HSL 258.28º 0.91% 0.5% -
HSV(B) 258.28º 0.95% 0.96% -
XYZ 19.93 8.56 86.19 -
YUV 58.79 232.52 144.55 -
System Red Green Blue C M Y K H S L
Decimal 82 11 244 0.66 0.95 0 0.04 258.28 0.91 0.5
Hex 52 B F4 42 5F 0 4 102 5B 32
Octal 122 13 364 102 137 0 4 402 133 62
Binary 1010010 1011 11110100 1000010 1011111 0 100 100000010 1011011 110010

Color Harmonies of #520BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BF4

Black with #520BF4

Text Example


Text Example

White with #520BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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