Html Css Color HEX #5103EF Han Purple

📋 copy color: '#5103EF'

red 81 ◦ green 3 ◦ blue 239

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

Shades of Han Purple #5103EF

Tints of Han Purple #5103EF

RGB

 RED value IS 81 (32.03% from 255) = 25.08%

 GREEN value IS 3 (1.56% from 255) = 0.93%

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

R = 25.08%
G = 0.93%
B = 73.99%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5103EF (or 0x5103EF) is known color: Han Purple. HEX triplet: 51, 03 and EF. RGB value is (81,3,239). Sum of RGB (Red+Green+Blue) = 81+3+239=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #5103EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5103EF is #AEFC10. Grayscale: #343434. Windows color (decimal): -11467793 or 15663953. OLE color: 15663953.

HSL color Cylindrical-coordinate representation of color #5103EF: hue angle of 259.83º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5103EF is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 3 239 -
CMYK 0.66 0.99 0 0.06
HSL 259.83º 0.98% 0.47% -
HSV(B) 259.83º 0.99% 0.94% -
XYZ 19.01 8.05 82.21 -
YUV 53.23 232.84 147.81 -
System Red Green Blue C M Y K H S L
Decimal 81 3 239 0.66 0.99 0 0.06 259.83 0.98 0.47
Hex 51 3 EF 42 63 0 6 104 62 2F
Octal 121 3 357 102 143 0 6 404 142 57
Binary 1010001 11 11101111 1000010 1100011 0 110 100000100 1100010 101111

Color Harmonies of #5103EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5103EF

Black with #5103EF

Text Example


Text Example

White with #5103EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,3,239); }

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

background-color css

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

 a { background-color: rgb(81,3,239); }

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

border-color css

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

 span { border-color: rgb(81,3,239); }

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