Html Css Color HEX #5200DC Han Purple

📋 copy color: '#5200DC'

red 82 ◦ green 0 ◦ blue 220

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

Shades of Han Purple #5200DC

Tints of Han Purple #5200DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 220 (86.33% from 255) = 72.85%

R = 27.15%
G = 0%
B = 72.85%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5200DC (or 0x5200DC) is known color: Han Purple. HEX triplet: 52, 00 and DC. RGB value is (82,0,220). Sum of RGB (Red+Green+Blue) = 82+0+220=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #5200DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5200DC is #ADFF23. Grayscale: #303030. Windows color (decimal): -11403044 or 14418002. OLE color: 14418002.

HSL color Cylindrical-coordinate representation of color #5200DC: hue angle of 262.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200DC is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 0 220 -
CMYK 0.63 1 0 0.14
HSL 262.36º 1% 0.43% -
HSV(B) 262.36º 1% 0.86% -
XYZ 16.4 6.96 68.19 -
YUV 49.6 224.17 151.11 -
System Red Green Blue C M Y K H S L
Decimal 82 0 220 0.63 1 0 0.14 262.36 1 0.43
Hex 52 0 DC 3F 64 0 E 106 64 2B
Octal 122 0 334 77 144 0 16 406 144 53
Binary 1010010 0 11011100 111111 1100100 0 1110 100000110 1100100 101011

Color Harmonies of #5200DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5200DC

Black with #5200DC

Text Example


Text Example

White with #5200DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5200DC; }

 p { color: rgb(82,0,220); }

 H1.HeaderClassName
 {
   color: #5200DC;
 }
 .AnyTagClassName
 {
   color: #5200DC;
 }
</style>

background-color css

<style>
 a { background-color: #5200DC; }

 a { background-color: rgb(82,0,220); }

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

border-color css

<style>
 span { border-color: #5200DC; }

 span { border-color: rgb(82,0,220); }

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