Html Css Color HEX #5409FA Han Purple

📋 copy color: '#5409FA'

red 84 ◦ green 9 ◦ blue 250

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

Shades of Han Purple #5409FA

Tints of Han Purple #5409FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 72.89%

R = 24.49%
G = 2.62%
B = 72.89%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5409FA (or 0x5409FA) is known color: Han Purple. HEX triplet: 54, 09 and FA. RGB value is (84,9,250). Sum of RGB (Red+Green+Blue) = 84+9+250=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #5409FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5409FA is #ABF605. Grayscale: #3A3A3A. Windows color (decimal): -11269638 or 16386388. OLE color: 16386388.

HSL color Cylindrical-coordinate representation of color #5409FA: hue angle of 258.67º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5409FA is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 9 250 -
CMYK 0.66 0.96 0 0.02
HSL 258.67º 0.96% 0.51% -
HSV(B) 258.67º 0.96% 0.98% -
XYZ 21.01 8.98 91.07 -
YUV 58.9 235.85 145.9 -
System Red Green Blue C M Y K H S L
Decimal 84 9 250 0.66 0.96 0 0.02 258.67 0.96 0.51
Hex 54 9 FA 42 60 0 2 103 60 33
Octal 124 11 372 102 140 0 2 403 140 63
Binary 1010100 1001 11111010 1000010 1100000 0 10 100000011 1100000 110011

Color Harmonies of #5409FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5409FA

Black with #5409FA

Text Example


Text Example

White with #5409FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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