Html Css Color HEX #520FFB Han Purple

📋 copy color: '#520FFB'

red 82 ◦ green 15 ◦ blue 251

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

Shades of Han Purple #520FFB

Tints of Han Purple #520FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.31%

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

R = 23.56%
G = 4.31%
B = 72.13%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#520FFB (or 0x520FFB) is known color: Han Purple. HEX triplet: 52, 0F and FB. RGB value is (82,15,251). Sum of RGB (Red+Green+Blue) = 82+15+251=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #520FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520FFB is #ADF004. Grayscale: #3D3D3D. Windows color (decimal): -11399173 or 16453458. OLE color: 16453458.

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

Color convert

RGB 82 15 251 -
CMYK 0.67 0.94 0 0.02
HSL 257.03º 0.97% 0.52% -
HSV(B) 257.03º 0.94% 0.98% -
XYZ 21.06 9.1 91.91 -
YUV 61.94 234.7 142.31 -
System Red Green Blue C M Y K H S L
Decimal 82 15 251 0.67 0.94 0 0.02 257.03 0.97 0.52
Hex 52 F FB 43 5E 0 2 101 61 34
Octal 122 17 373 103 136 0 2 401 141 64
Binary 1010010 1111 11111011 1000011 1011110 0 10 100000001 1100001 110100

Color Harmonies of #520FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FFB

Black with #520FFB

Text Example


Text Example

White with #520FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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