Html Css Color HEX #520DD3 Han Purple

📋 copy color: '#520DD3'

red 82 ◦ green 13 ◦ blue 211

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

Shades of Han Purple #520DD3

Tints of Han Purple #520DD3

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.25%

 BLUE value IS 211 (82.81% from 255) = 68.95%

R = 26.8%
G = 4.25%
B = 68.95%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#520DD3 (or 0x520DD3) is known color: Han Purple. HEX triplet: 52, 0D and D3. RGB value is (82,13,211). Sum of RGB (Red+Green+Blue) = 82+13+211=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 211 (82.81% from 255 or 68.95% from 306); Max value from RGB is 211 - color contains mainly: blue. Hex color #520DD3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520DD3 is #ADF22C. Grayscale: #373737. Windows color (decimal): -11399725 or 13831506. OLE color: 13831506.

HSL color Cylindrical-coordinate representation of color #520DD3: hue angle of 260.91º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520DD3 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 13 211 -
CMYK 0.61 0.94 0 0.17
HSL 260.91º 0.88% 0.44% -
HSV(B) 260.91º 0.94% 0.83% -
XYZ 15.38 6.78 62.13 -
YUV 56.2 215.36 146.4 -
System Red Green Blue C M Y K H S L
Decimal 82 13 211 0.61 0.94 0 0.17 260.91 0.88 0.44
Hex 52 D D3 3D 5E 0 11 105 58 2C
Octal 122 15 323 75 136 0 21 405 130 54
Binary 1010010 1101 11010011 111101 1011110 0 10001 100000101 1011000 101100

Color Harmonies of #520DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DD3

Black with #520DD3

Text Example


Text Example

White with #520DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,13,211); }

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

background-color css

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

 a { background-color: rgb(82,13,211); }

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

border-color css

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

 span { border-color: rgb(82,13,211); }

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