Html Css Color HEX #5513EF Han Purple

📋 copy color: '#5513EF'

red 85 ◦ green 19 ◦ blue 239

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

Shades of Han Purple #5513EF

Tints of Han Purple #5513EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.54%

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

R = 24.78%
G = 5.54%
B = 69.68%

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

#5513EF (or 0x5513EF) is known color: Han Purple. HEX triplet: 55, 13 and EF. RGB value is (85,19,239). Sum of RGB (Red+Green+Blue) = 85+19+239=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #5513EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5513EF is #AAEC10. Grayscale: #3F3F3F. Windows color (decimal): -11201553 or 15668053. OLE color: 15668053.

HSL color Cylindrical-coordinate representation of color #5513EF: hue angle of 258º 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 #5513EF is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 19 239 -
CMYK 0.64 0.92 0 0.06
HSL 258º 0.87% 0.51% -
HSV(B) 258º 0.92% 0.94% -
XYZ 19.56 8.63 82.3 -
YUV 63.81 226.87 143.11 -
System Red Green Blue C M Y K H S L
Decimal 85 19 239 0.64 0.92 0 0.06 258 0.87 0.51
Hex 55 13 EF 40 5C 0 6 102 57 33
Octal 125 23 357 100 134 0 6 402 127 63
Binary 1010101 10011 11101111 1000000 1011100 0 110 100000010 1010111 110011

Color Harmonies of #5513EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5513EF

Black with #5513EF

Text Example


Text Example

White with #5513EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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