Html Css Color HEX #520FDD Han Purple

📋 copy color: '#520FDD'

red 82 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #520FDD

Tints of Han Purple #520FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.5%

R = 25.79%
G = 4.72%
B = 69.5%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#520FDD (or 0x520FDD) is known color: Han Purple. HEX triplet: 52, 0F and DD. RGB value is (82,15,221). Sum of RGB (Red+Green+Blue) = 82+15+221=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #520FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FDD is #ADF022. Grayscale: #393939. Windows color (decimal): -11399203 or 14487378. OLE color: 14487378.

HSL color Cylindrical-coordinate representation of color #520FDD: hue angle of 259.51º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520FDD is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 15 221 -
CMYK 0.63 0.93 0 0.13
HSL 259.51º 0.87% 0.46% -
HSV(B) 259.51º 0.93% 0.87% -
XYZ 16.7 7.36 68.95 -
YUV 58.52 219.7 144.75 -
System Red Green Blue C M Y K H S L
Decimal 82 15 221 0.63 0.93 0 0.13 259.51 0.87 0.46
Hex 52 F DD 3F 5D 0 D 104 57 2E
Octal 122 17 335 77 135 0 15 404 127 56
Binary 1010010 1111 11011101 111111 1011101 0 1101 100000100 1010111 101110

Color Harmonies of #520FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FDD

Black with #520FDD

Text Example


Text Example

White with #520FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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