Html Css Color HEX #5200DF Han Purple

📋 copy color: '#5200DF'

red 82 ◦ green 0 ◦ blue 223

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

Shades of Han Purple #5200DF

Tints of Han Purple #5200DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 73.11%

R = 26.89%
G = 0%
B = 73.11%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5200DF (or 0x5200DF) is known color: Han Purple. HEX triplet: 52, 00 and DF. RGB value is (82,0,223). Sum of RGB (Red+Green+Blue) = 82+0+223=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #5200DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5200DF is #ADFF20. Grayscale: #313131. Windows color (decimal): -11403041 or 14614610. OLE color: 14614610.

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

Color convert

RGB 82 0 223 -
CMYK 0.63 1 0 0.13
HSL 262.06º 1% 0.44% -
HSV(B) 262.06º 1% 0.87% -
XYZ 16.8 7.12 70.3 -
YUV 49.94 225.67 150.87 -
System Red Green Blue C M Y K H S L
Decimal 82 0 223 0.63 1 0 0.13 262.06 1 0.44
Hex 52 0 DF 3F 64 0 D 106 64 2C
Octal 122 0 337 77 144 0 15 406 144 54
Binary 1010010 0 11011111 111111 1100100 0 1101 100000110 1100100 101100

Color Harmonies of #5200DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5200DF

Black with #5200DF

Text Example


Text Example

White with #5200DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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