Html Css Color HEX #540FFB Han Purple

📋 copy color: '#540FFB'

red 84 ◦ green 15 ◦ blue 251

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

Shades of Han Purple #540FFB

Tints of Han Purple #540FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.71%

R = 24%
G = 4.29%
B = 71.71%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#540FFB (or 0x540FFB) is known color: Han Purple. HEX triplet: 54, 0F and FB. RGB value is (84,15,251). Sum of RGB (Red+Green+Blue) = 84+15+251=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #540FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540FFB is #ABF004. Grayscale: #3D3D3D. Windows color (decimal): -11268101 or 16453460. OLE color: 16453460.

HSL color Cylindrical-coordinate representation of color #540FFB: hue angle of 257.54º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540FFB is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 15 251 -
CMYK 0.67 0.94 0 0.02
HSL 257.54º 0.97% 0.52% -
HSV(B) 257.54º 0.94% 0.98% -
XYZ 21.24 9.19 91.92 -
YUV 62.54 234.36 143.31 -
System Red Green Blue C M Y K H S L
Decimal 84 15 251 0.67 0.94 0 0.02 257.54 0.97 0.52
Hex 54 F FB 43 5E 0 2 102 61 34
Octal 124 17 373 103 136 0 2 402 141 64
Binary 1010100 1111 11111011 1000011 1011110 0 10 100000010 1100001 110100

Color Harmonies of #540FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540FFB

Black with #540FFB

Text Example


Text Example

White with #540FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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