Html Css Color HEX #5409EA Han Purple

📋 copy color: '#5409EA'

red 84 ◦ green 9 ◦ blue 234

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

Shades of Han Purple #5409EA

Tints of Han Purple #5409EA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.75%

 BLUE value IS 234 (91.8% from 255) = 71.56%

R = 25.69%
G = 2.75%
B = 71.56%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5409EA (or 0x5409EA) is known color: Han Purple. HEX triplet: 54, 09 and EA. RGB value is (84,9,234). Sum of RGB (Red+Green+Blue) = 84+9+234=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 234 (91.80% from 255 or 71.56% from 327); Max value from RGB is 234 - color contains mainly: blue. Hex color #5409EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5409EA is #ABF615. Grayscale: #383838. Windows color (decimal): -11269654 or 15337812. OLE color: 15337812.

HSL color Cylindrical-coordinate representation of color #5409EA: hue angle of 260º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5409EA is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 9 234 -
CMYK 0.64 0.96 0 0.08
HSL 260º 0.93% 0.48% -
HSV(B) 260º 0.96% 0.92% -
XYZ 18.61 8.02 78.41 -
YUV 57.08 227.85 147.2 -
System Red Green Blue C M Y K H S L
Decimal 84 9 234 0.64 0.96 0 0.08 260 0.93 0.48
Hex 54 9 EA 40 60 0 8 104 5D 30
Octal 124 11 352 100 140 0 10 404 135 60
Binary 1010100 1001 11101010 1000000 1100000 0 1000 100000100 1011101 110000

Color Harmonies of #5409EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5409EA

Black with #5409EA

Text Example


Text Example

White with #5409EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5409EA; }

 p { color: rgb(84,9,234); }

 H1.HeaderClassName
 {
   color: #5409EA;
 }
 .AnyTagClassName
 {
   color: #5409EA;
 }
</style>

background-color css

<style>
 a { background-color: #5409EA; }

 a { background-color: rgb(84,9,234); }

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

border-color css

<style>
 span { border-color: #5409EA; }

 span { border-color: rgb(84,9,234); }

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