Html Css Color HEX #520FFD Han Purple

📋 copy color: '#520FFD'

red 82 ◦ green 15 ◦ blue 253

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

Shades of Han Purple #520FFD

Tints of Han Purple #520FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 72.29%

R = 23.43%
G = 4.29%
B = 72.29%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#520FFD (or 0x520FFD) is known color: Han Purple. HEX triplet: 52, 0F and FD. RGB value is (82,15,253). Sum of RGB (Red+Green+Blue) = 82+15+253=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 253 (99.22% from 255 or 72.29% from 350); Max value from RGB is 253 - color contains mainly: blue. Hex color #520FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520FFD is #ADF002. Grayscale: #3D3D3D. Windows color (decimal): -11399171 or 16584530. OLE color: 16584530.

HSL color Cylindrical-coordinate representation of color #520FFD: hue angle of 256.89º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520FFD is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 15 253 -
CMYK 0.68 0.94 0 0.01
HSL 256.89º 0.98% 0.53% -
HSV(B) 256.89º 0.94% 0.99% -
XYZ 21.38 9.23 93.58 -
YUV 62.17 235.7 142.15 -
System Red Green Blue C M Y K H S L
Decimal 82 15 253 0.68 0.94 0 0.01 256.89 0.98 0.53
Hex 52 F FD 44 5E 0 1 101 62 35
Octal 122 17 375 104 136 0 1 401 142 65
Binary 1010010 1111 11111101 1000100 1011110 0 1 100000001 1100010 110101

Color Harmonies of #520FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FFD

Black with #520FFD

Text Example


Text Example

White with #520FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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