Html Css Color HEX #5218D7 Han Purple

📋 copy color: '#5218D7'

red 82 ◦ green 24 ◦ blue 215

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

Shades of Han Purple #5218D7

Tints of Han Purple #5218D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 66.98%

R = 25.55%
G = 7.48%
B = 66.98%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5218D7 (or 0x5218D7) is known color: Han Purple. HEX triplet: 52, 18 and D7. RGB value is (82,24,215). Sum of RGB (Red+Green+Blue) = 82+24+215=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 215 (84.38% from 255 or 66.98% from 321); Max value from RGB is 215 - color contains mainly: blue. Hex color #5218D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5218D7 is #ADE728. Grayscale: #3E3E3E. Windows color (decimal): -11396905 or 14096466. OLE color: 14096466.

HSL color Cylindrical-coordinate representation of color #5218D7: hue angle of 258.22º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5218D7 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 24 215 -
CMYK 0.62 0.89 0 0.16
HSL 258.22º 0.8% 0.47% -
HSV(B) 258.22º 0.89% 0.84% -
XYZ 16.07 7.35 64.86 -
YUV 63.12 213.72 141.47 -
System Red Green Blue C M Y K H S L
Decimal 82 24 215 0.62 0.89 0 0.16 258.22 0.8 0.47
Hex 52 18 D7 3E 59 0 10 102 50 2F
Octal 122 30 327 76 131 0 20 402 120 57
Binary 1010010 11000 11010111 111110 1011001 0 10000 100000010 1010000 101111

Color Harmonies of #5218D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5218D7

Black with #5218D7

Text Example


Text Example

White with #5218D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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