Html Css Color HEX #5206EC Han Purple

📋 copy color: '#5206EC'

red 82 ◦ green 6 ◦ blue 236

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

Shades of Han Purple #5206EC

Tints of Han Purple #5206EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.85%

 BLUE value IS 236 (92.58% from 255) = 72.84%

R = 25.31%
G = 1.85%
B = 72.84%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5206EC (or 0x5206EC) is known color: Han Purple. HEX triplet: 52, 06 and EC. RGB value is (82,6,236). Sum of RGB (Red+Green+Blue) = 82+6+236=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 236 (92.58% from 255 or 72.84% from 324); Max value from RGB is 236 - color contains mainly: blue. Hex color #5206EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5206EC is #ADF913. Grayscale: #363636. Windows color (decimal): -11401492 or 15468114. OLE color: 15468114.

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

Color convert

RGB 82 6 236 -
CMYK 0.65 0.97 0 0.07
HSL 259.83º 0.95% 0.47% -
HSV(B) 259.83º 0.97% 0.93% -
XYZ 18.69 7.98 79.91 -
YUV 54.94 230.18 147.3 -
System Red Green Blue C M Y K H S L
Decimal 82 6 236 0.65 0.97 0 0.07 259.83 0.95 0.47
Hex 52 6 EC 41 61 0 7 104 5F 2F
Octal 122 6 354 101 141 0 7 404 137 57
Binary 1010010 110 11101100 1000001 1100001 0 111 100000100 1011111 101111

Color Harmonies of #5206EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5206EC

Black with #5206EC

Text Example


Text Example

White with #5206EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5206EC; }

 p { color: rgb(82,6,236); }

 H1.HeaderClassName
 {
   color: #5206EC;
 }
 .AnyTagClassName
 {
   color: #5206EC;
 }
</style>

background-color css

<style>
 a { background-color: #5206EC; }

 a { background-color: rgb(82,6,236); }

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

border-color css

<style>
 span { border-color: #5206EC; }

 span { border-color: rgb(82,6,236); }

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