Html Css Color HEX #540FF6 Han Purple

📋 copy color: '#540FF6'

red 84 ◦ green 15 ◦ blue 246

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

Shades of Han Purple #540FF6

Tints of Han Purple #540FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 71.3%

R = 24.35%
G = 4.35%
B = 71.3%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#540FF6 (or 0x540FF6) is known color: Han Purple. HEX triplet: 54, 0F and F6. RGB value is (84,15,246). Sum of RGB (Red+Green+Blue) = 84+15+246=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 246 (96.48% from 255 or 71.30% from 345); Max value from RGB is 246 - color contains mainly: blue. Hex color #540FF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540FF6 is #ABF009. Grayscale: #3D3D3D. Windows color (decimal): -11268106 or 16125780. OLE color: 16125780.

HSL color Cylindrical-coordinate representation of color #540FF6: hue angle of 257.92º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540FF6 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 84 15 246 -
CMYK 0.66 0.94 0 0.04
HSL 257.92º 0.93% 0.51% -
HSV(B) 257.92º 0.94% 0.96% -
XYZ 20.46 8.88 87.82 -
YUV 61.97 231.86 143.72 -
System Red Green Blue C M Y K H S L
Decimal 84 15 246 0.66 0.94 0 0.04 257.92 0.93 0.51
Hex 54 F F6 42 5E 0 4 102 5D 33
Octal 124 17 366 102 136 0 4 402 135 63
Binary 1010100 1111 11110110 1000010 1011110 0 100 100000010 1011101 110011

Color Harmonies of #540FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540FF6

Black with #540FF6

Text Example


Text Example

White with #540FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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