Html Css Color HEX #5218EB Han Purple

📋 copy color: '#5218EB'

red 82 ◦ green 24 ◦ blue 235

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

Shades of Han Purple #5218EB

Tints of Han Purple #5218EB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.04%

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

R = 24.05%
G = 7.04%
B = 68.91%

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

#5218EB (or 0x5218EB) is known color: Han Purple. HEX triplet: 52, 18 and EB. RGB value is (82,24,235). Sum of RGB (Red+Green+Blue) = 82+24+235=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #5218EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5218EB is #ADE714. Grayscale: #404040. Windows color (decimal): -11396885 or 15407186. OLE color: 15407186.

HSL color Cylindrical-coordinate representation of color #5218EB: hue angle of 256.49º 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 #5218EB is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 24 235 -
CMYK 0.65 0.90 0 0.08
HSL 256.49º 0.84% 0.51% -
HSV(B) 256.49º 0.9% 0.92% -
XYZ 18.8 8.45 79.24 -
YUV 65.4 223.72 139.84 -
System Red Green Blue C M Y K H S L
Decimal 82 24 235 0.65 0.90 0 0.08 256.49 0.84 0.51
Hex 52 18 EB 41 5A 0 8 100 54 33
Octal 122 30 353 101 132 0 10 400 124 63
Binary 1010010 11000 11101011 1000001 1011010 0 1000 100000000 1010100 110011

Color Harmonies of #5218EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5218EB

Black with #5218EB

Text Example


Text Example

White with #5218EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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