Html Css Color HEX #5515EE Han Purple

📋 copy color: '#5515EE'

red 85 ◦ green 21 ◦ blue 238

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

Shades of Han Purple #5515EE

Tints of Han Purple #5515EE

RGB

 RED value IS 85 (33.59% from 255) = 24.71%

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

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

R = 24.71%
G = 6.1%
B = 69.19%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5515EE (or 0x5515EE) is known color: Han Purple. HEX triplet: 55, 15 and EE. RGB value is (85,21,238). Sum of RGB (Red+Green+Blue) = 85+21+238=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 238 (93.36% from 255 or 69.19% from 344); Max value from RGB is 238 - color contains mainly: blue. Hex color #5515EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5515EE is #AAEA11. Grayscale: #404040. Windows color (decimal): -11201042 or 15603029. OLE color: 15603029.

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

Color convert

RGB 85 21 238 -
CMYK 0.64 0.91 0 0.07
HSL 257.7º 0.86% 0.51% -
HSV(B) 257.7º 0.91% 0.93% -
XYZ 19.45 8.64 81.53 -
YUV 64.87 225.7 142.36 -
System Red Green Blue C M Y K H S L
Decimal 85 21 238 0.64 0.91 0 0.07 257.7 0.86 0.51
Hex 55 15 EE 40 5B 0 7 102 56 33
Octal 125 25 356 100 133 0 7 402 126 63
Binary 1010101 10101 11101110 1000000 1011011 0 111 100000010 1010110 110011

Color Harmonies of #5515EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5515EE

Black with #5515EE

Text Example


Text Example

White with #5515EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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