Html Css Color HEX #540AEF Han Purple

📋 copy color: '#540AEF'

red 84 ◦ green 10 ◦ blue 239

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

Shades of Han Purple #540AEF

Tints of Han Purple #540AEF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3%

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

R = 25.23%
G = 3%
B = 71.77%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#540AEF (or 0x540AEF) is known color: Han Purple. HEX triplet: 54, 0A and EF. RGB value is (84,10,239). Sum of RGB (Red+Green+Blue) = 84+10+239=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #540AEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540AEF is #ABF510. Grayscale: #393939. Windows color (decimal): -11269393 or 15665748. OLE color: 15665748.

HSL color Cylindrical-coordinate representation of color #540AEF: hue angle of 259.39º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540AEF is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 10 239 -
CMYK 0.65 0.96 0 0.06
HSL 259.39º 0.92% 0.49% -
HSV(B) 259.39º 0.96% 0.94% -
XYZ 19.34 8.33 82.25 -
YUV 58.23 230.02 146.38 -
System Red Green Blue C M Y K H S L
Decimal 84 10 239 0.65 0.96 0 0.06 259.39 0.92 0.49
Hex 54 A EF 41 60 0 6 103 5C 31
Octal 124 12 357 101 140 0 6 403 134 61
Binary 1010100 1010 11101111 1000001 1100000 0 110 100000011 1011100 110001

Color Harmonies of #540AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540AEF

Black with #540AEF

Text Example


Text Example

White with #540AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540AEF; }

 p { color: rgb(84,10,239); }

 H1.HeaderClassName
 {
   color: #540AEF;
 }
 .AnyTagClassName
 {
   color: #540AEF;
 }
</style>

background-color css

<style>
 a { background-color: #540AEF; }

 a { background-color: rgb(84,10,239); }

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

border-color css

<style>
 span { border-color: #540AEF; }

 span { border-color: rgb(84,10,239); }

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