Html Css Color HEX #5514EF Han Purple

📋 copy color: '#5514EF'

red 85 ◦ green 20 ◦ blue 239

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

Shades of Han Purple #5514EF

Tints of Han Purple #5514EF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.81%

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

R = 24.71%
G = 5.81%
B = 69.48%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5514EF (or 0x5514EF) is known color: Han Purple. HEX triplet: 55, 14 and EF. RGB value is (85,20,239). Sum of RGB (Red+Green+Blue) = 85+20+239=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 239 (93.75% from 255 or 69.48% from 344); Max value from RGB is 239 - color contains mainly: blue. Hex color #5514EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5514EF is #AAEB10. Grayscale: #3F3F3F. Windows color (decimal): -11201297 or 15668309. OLE color: 15668309.

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

Color convert

RGB 85 20 239 -
CMYK 0.64 0.92 0 0.06
HSL 257.81º 0.87% 0.51% -
HSV(B) 257.81º 0.92% 0.94% -
XYZ 19.58 8.66 82.3 -
YUV 64.4 226.53 142.69 -
System Red Green Blue C M Y K H S L
Decimal 85 20 239 0.64 0.92 0 0.06 257.81 0.87 0.51
Hex 55 14 EF 40 5C 0 6 102 57 33
Octal 125 24 357 100 134 0 6 402 127 63
Binary 1010101 10100 11101111 1000000 1011100 0 110 100000010 1010111 110011

Color Harmonies of #5514EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5514EF

Black with #5514EF

Text Example


Text Example

White with #5514EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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