Html Css Color HEX #5215ED Han Purple

📋 copy color: '#5215ED'

red 82 ◦ green 21 ◦ blue 237

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

Shades of Han Purple #5215ED

Tints of Han Purple #5215ED

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.18%

 BLUE value IS 237 (92.97% from 255) = 69.71%

R = 24.12%
G = 6.18%
B = 69.71%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5215ED (or 0x5215ED) is known color: Han Purple. HEX triplet: 52, 15 and ED. RGB value is (82,21,237). Sum of RGB (Red+Green+Blue) = 82+21+237=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #5215ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5215ED is #ADEA12. Grayscale: #3F3F3F. Windows color (decimal): -11397651 or 15537490. OLE color: 15537490.

HSL color Cylindrical-coordinate representation of color #5215ED: hue angle of 256.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5215ED is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 21 237 -
CMYK 0.65 0.91 0 0.07
HSL 256.94º 0.86% 0.51% -
HSV(B) 256.94º 0.91% 0.93% -
XYZ 19.03 8.44 80.75 -
YUV 63.86 225.71 140.94 -
System Red Green Blue C M Y K H S L
Decimal 82 21 237 0.65 0.91 0 0.07 256.94 0.86 0.51
Hex 52 15 ED 41 5B 0 7 101 56 33
Octal 122 25 355 101 133 0 7 401 126 63
Binary 1010010 10101 11101101 1000001 1011011 0 111 100000001 1010110 110011

Color Harmonies of #5215ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5215ED

Black with #5215ED

Text Example


Text Example

White with #5215ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5215ED; }

 p { color: rgb(82,21,237); }

 H1.HeaderClassName
 {
   color: #5215ED;
 }
 .AnyTagClassName
 {
   color: #5215ED;
 }
</style>

background-color css

<style>
 a { background-color: #5215ED; }

 a { background-color: rgb(82,21,237); }

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

border-color css

<style>
 span { border-color: #5215ED; }

 span { border-color: rgb(82,21,237); }

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