Html Css Color HEX #520DED Han Purple

📋 copy color: '#520DED'

red 82 ◦ green 13 ◦ blue 237

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

Shades of Han Purple #520DED

Tints of Han Purple #520DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 71.39%

R = 24.7%
G = 3.92%
B = 71.39%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#520DED (or 0x520DED) is known color: Han Purple. HEX triplet: 52, 0D and ED. RGB value is (82,13,237). Sum of RGB (Red+Green+Blue) = 82+13+237=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #520DED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520DED is #ADF212. Grayscale: #3A3A3A. Windows color (decimal): -11399699 or 15535442. OLE color: 15535442.

HSL color Cylindrical-coordinate representation of color #520DED: hue angle of 258.48º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520DED is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 13 237 -
CMYK 0.65 0.95 0 0.07
HSL 258.48º 0.9% 0.49% -
HSV(B) 258.48º 0.95% 0.93% -
XYZ 18.91 8.2 80.71 -
YUV 59.17 228.36 144.29 -
System Red Green Blue C M Y K H S L
Decimal 82 13 237 0.65 0.95 0 0.07 258.48 0.9 0.49
Hex 52 D ED 41 5F 0 7 102 5A 31
Octal 122 15 355 101 137 0 7 402 132 61
Binary 1010010 1101 11101101 1000001 1011111 0 111 100000010 1011010 110001

Color Harmonies of #520DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DED

Black with #520DED

Text Example


Text Example

White with #520DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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