Html Css Color HEX #5515EF Han Purple

📋 copy color: '#5515EF'

red 85 ◦ green 21 ◦ blue 239

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

Shades of Han Purple #5515EF

Tints of Han Purple #5515EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.28%

R = 24.64%
G = 6.09%
B = 69.28%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5515EF (or 0x5515EF) is known color: Han Purple. HEX triplet: 55, 15 and EF. RGB value is (85,21,239). Sum of RGB (Red+Green+Blue) = 85+21+239=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #5515EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5515EF is #AAEA10. Grayscale: #404040. Windows color (decimal): -11201041 or 15668565. OLE color: 15668565.

HSL color Cylindrical-coordinate representation of color #5515EF: hue angle of 257.61º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5515EF is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 21 239 -
CMYK 0.64 0.91 0 0.06
HSL 257.61º 0.87% 0.51% -
HSV(B) 257.61º 0.91% 0.94% -
XYZ 19.59 8.7 82.31 -
YUV 64.99 226.2 142.27 -
System Red Green Blue C M Y K H S L
Decimal 85 21 239 0.64 0.91 0 0.06 257.61 0.87 0.51
Hex 55 15 EF 40 5B 0 6 102 57 33
Octal 125 25 357 100 133 0 6 402 127 63
Binary 1010101 10101 11101111 1000000 1011011 0 110 100000010 1010111 110011

Color Harmonies of #5515EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5515EF

Black with #5515EF

Text Example


Text Example

White with #5515EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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