Html Css Color HEX #5217EB Han Purple

📋 copy color: '#5217EB'

red 82 ◦ green 23 ◦ blue 235

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

Shades of Han Purple #5217EB

Tints of Han Purple #5217EB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.76%

 BLUE value IS 235 (92.19% from 255) = 69.12%

R = 24.12%
G = 6.76%
B = 69.12%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5217EB (or 0x5217EB) is known color: Han Purple. HEX triplet: 52, 17 and EB. RGB value is (82,23,235). Sum of RGB (Red+Green+Blue) = 82+23+235=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 235 (92.19% from 255 or 69.12% from 340); Max value from RGB is 235 - color contains mainly: blue. Hex color #5217EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5217EB is #ADE814. Grayscale: #404040. Windows color (decimal): -11397141 or 15406930. OLE color: 15406930.

HSL color Cylindrical-coordinate representation of color #5217EB: hue angle of 256.7º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5217EB is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 23 235 -
CMYK 0.65 0.90 0 0.08
HSL 256.7º 0.84% 0.51% -
HSV(B) 256.7º 0.9% 0.92% -
XYZ 18.78 8.4 79.23 -
YUV 64.81 224.05 140.26 -
System Red Green Blue C M Y K H S L
Decimal 82 23 235 0.65 0.90 0 0.08 256.7 0.84 0.51
Hex 52 17 EB 41 5A 0 8 101 54 33
Octal 122 27 353 101 132 0 10 401 124 63
Binary 1010010 10111 11101011 1000001 1011010 0 1000 100000001 1010100 110011

Color Harmonies of #5217EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5217EB

Black with #5217EB

Text Example


Text Example

White with #5217EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5217EB; }

 p { color: rgb(82,23,235); }

 H1.HeaderClassName
 {
   color: #5217EB;
 }
 .AnyTagClassName
 {
   color: #5217EB;
 }
</style>

background-color css

<style>
 a { background-color: #5217EB; }

 a { background-color: rgb(82,23,235); }

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

border-color css

<style>
 span { border-color: #5217EB; }

 span { border-color: rgb(82,23,235); }

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