Html Css Color HEX #5417E1 Han Purple

📋 copy color: '#5417E1'

red 84 ◦ green 23 ◦ blue 225

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

Shades of Han Purple #5417E1

Tints of Han Purple #5417E1

RGB

 RED value IS 84 (33.2% from 255) = 25.3%

 GREEN value IS 23 (9.38% from 255) = 6.93%

 BLUE value IS 225 (88.28% from 255) = 67.77%

R = 25.3%
G = 6.93%
B = 67.77%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5417E1 (or 0x5417E1) is known color: Han Purple. HEX triplet: 54, 17 and E1. RGB value is (84,23,225). Sum of RGB (Red+Green+Blue) = 84+23+225=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 225 (88.28% from 255 or 67.77% from 332); Max value from RGB is 225 - color contains mainly: blue. Hex color #5417E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5417E1 is #ABE81E. Grayscale: #3F3F3F. Windows color (decimal): -11266079 or 14751572. OLE color: 14751572.

HSL color Cylindrical-coordinate representation of color #5417E1: hue angle of 258.12º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5417E1 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 84 23 225 -
CMYK 0.63 0.90 0 0.12
HSL 258.12º 0.81% 0.49% -
HSV(B) 258.12º 0.9% 0.88% -
XYZ 17.55 7.93 71.84 -
YUV 64.27 218.71 142.07 -
System Red Green Blue C M Y K H S L
Decimal 84 23 225 0.63 0.90 0 0.12 258.12 0.81 0.49
Hex 54 17 E1 3F 5A 0 C 102 51 31
Octal 124 27 341 77 132 0 14 402 121 61
Binary 1010100 10111 11100001 111111 1011010 0 1100 100000010 1010001 110001

Color Harmonies of #5417E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5417E1

Black with #5417E1

Text Example


Text Example

White with #5417E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5417E1; }

 p { color: rgb(84,23,225); }

 H1.HeaderClassName
 {
   color: #5417E1;
 }
 .AnyTagClassName
 {
   color: #5417E1;
 }
</style>

background-color css

<style>
 a { background-color: #5417E1; }

 a { background-color: rgb(84,23,225); }

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

border-color css

<style>
 span { border-color: #5417E1; }

 span { border-color: rgb(84,23,225); }

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