Html Css Color HEX #5215EE Han Purple

📋 copy color: '#5215EE'

red 82 ◦ green 21 ◦ blue 238

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

Shades of Han Purple #5215EE

Tints of Han Purple #5215EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 69.79%

R = 24.05%
G = 6.16%
B = 69.79%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5215EE (or 0x5215EE) is known color: Han Purple. HEX triplet: 52, 15 and EE. RGB value is (82,21,238). Sum of RGB (Red+Green+Blue) = 82+21+238=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #5215EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5215EE is #ADEA11. Grayscale: #3F3F3F. Windows color (decimal): -11397650 or 15603026. OLE color: 15603026.

HSL color Cylindrical-coordinate representation of color #5215EE: hue angle of 256.87º 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 #5215EE is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 21 238 -
CMYK 0.66 0.91 0 0.07
HSL 256.87º 0.86% 0.51% -
HSV(B) 256.87º 0.91% 0.93% -
XYZ 19.18 8.5 81.52 -
YUV 63.98 226.21 140.86 -
System Red Green Blue C M Y K H S L
Decimal 82 21 238 0.66 0.91 0 0.07 256.87 0.86 0.51
Hex 52 15 EE 42 5B 0 7 101 56 33
Octal 122 25 356 102 133 0 7 401 126 63
Binary 1010010 10101 11101110 1000010 1011011 0 111 100000001 1010110 110011

Color Harmonies of #5215EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5215EE

Black with #5215EE

Text Example


Text Example

White with #5215EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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