Html Css Color HEX #5200DA Han Purple

📋 copy color: '#5200DA'

red 82 ◦ green 0 ◦ blue 218

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

Shades of Han Purple #5200DA

Tints of Han Purple #5200DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 72.67%

R = 27.33%
G = 0%
B = 72.67%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5200DA (or 0x5200DA) is known color: Han Purple. HEX triplet: 52, 00 and DA. RGB value is (82,0,218). Sum of RGB (Red+Green+Blue) = 82+0+218=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #5200DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5200DA is #ADFF25. Grayscale: #303030. Windows color (decimal): -11403046 or 14286930. OLE color: 14286930.

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

Color convert

RGB 82 0 218 -
CMYK 0.62 1 0 0.15
HSL 262.57º 1% 0.43% -
HSV(B) 262.57º 1% 0.85% -
XYZ 16.13 6.86 66.8 -
YUV 49.37 223.17 151.27 -
System Red Green Blue C M Y K H S L
Decimal 82 0 218 0.62 1 0 0.15 262.57 1 0.43
Hex 52 0 DA 3E 64 0 F 107 64 2B
Octal 122 0 332 76 144 0 17 407 144 53
Binary 1010010 0 11011010 111110 1100100 0 1111 100000111 1100100 101011

Color Harmonies of #5200DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5200DA

Black with #5200DA

Text Example


Text Example

White with #5200DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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