Html Css Color HEX #5215E8 Han Purple

📋 copy color: '#5215E8'

red 82 ◦ green 21 ◦ blue 232

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

Shades of Han Purple #5215E8

Tints of Han Purple #5215E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 69.25%

R = 24.48%
G = 6.27%
B = 69.25%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5215E8 (or 0x5215E8) is known color: Han Purple. HEX triplet: 52, 15 and E8. RGB value is (82,21,232). Sum of RGB (Red+Green+Blue) = 82+21+232=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 232 (91.02% from 255 or 69.25% from 335); Max value from RGB is 232 - color contains mainly: blue. Hex color #5215E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5215E8 is #ADEA17. Grayscale: #3E3E3E. Windows color (decimal): -11397656 or 15209810. OLE color: 15209810.

HSL color Cylindrical-coordinate representation of color #5215E8: hue angle of 257.35º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5215E8 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 21 232 -
CMYK 0.65 0.91 0 0.09
HSL 257.35º 0.83% 0.5% -
HSV(B) 257.35º 0.91% 0.91% -
XYZ 18.31 8.16 76.95 -
YUV 63.29 223.21 141.34 -
System Red Green Blue C M Y K H S L
Decimal 82 21 232 0.65 0.91 0 0.09 257.35 0.83 0.5
Hex 52 15 E8 41 5B 0 9 101 53 32
Octal 122 25 350 101 133 0 11 401 123 62
Binary 1010010 10101 11101000 1000001 1011011 0 1001 100000001 1010011 110010

Color Harmonies of #5215E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5215E8

Black with #5215E8

Text Example


Text Example

White with #5215E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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