Html Css Color HEX #540FEF Han Purple

📋 copy color: '#540FEF'

red 84 ◦ green 15 ◦ blue 239

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

Shades of Han Purple #540FEF

Tints of Han Purple #540FEF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.44%

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

R = 24.85%
G = 4.44%
B = 70.71%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#540FEF (or 0x540FEF) is known color: Han Purple. HEX triplet: 54, 0F and EF. RGB value is (84,15,239). Sum of RGB (Red+Green+Blue) = 84+15+239=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 239 (93.75% from 255 or 70.71% from 338); Max value from RGB is 239 - color contains mainly: blue. Hex color #540FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540FEF is #ABF010. Grayscale: #3C3C3C. Windows color (decimal): -11268113 or 15667028. OLE color: 15667028.

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

Color convert

RGB 84 15 239 -
CMYK 0.65 0.94 0 0.06
HSL 258.48º 0.88% 0.5% -
HSV(B) 258.48º 0.94% 0.94% -
XYZ 19.41 8.46 82.27 -
YUV 61.17 228.36 144.29 -
System Red Green Blue C M Y K H S L
Decimal 84 15 239 0.65 0.94 0 0.06 258.48 0.88 0.5
Hex 54 F EF 41 5E 0 6 102 58 32
Octal 124 17 357 101 136 0 6 402 130 62
Binary 1010100 1111 11101111 1000001 1011110 0 110 100000010 1011000 110010

Color Harmonies of #540FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540FEF

Black with #540FEF

Text Example


Text Example

White with #540FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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