#540BED

Color #540BED Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #540BED

Tints of Han Purple #540BED

Color information

#540BED (or 0x540BED) is unknown color: approx Han Purple. HEX triplet: 54, 0B and ED. RGB value is (84,11,237). Sum of RGB (Red+Green+Blue) = 84+11+237=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #540BED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540BED is #ABF412. Grayscale: #393939. Windows color (decimal): -11269139 or 15534932. OLE color: 15534932.

HSL color Cylindrical-coordinate representation of color #540BED: hue angle of 259.38º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540BED is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8411237-
CMYK0.650.9500.07
HSL259.38º91.13%48.63%-
HSV(B)259.38º95.36%92.94%-
XYZ19.068.2480.71-
YUV58.59228.68146.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 11 (4.69% from 255) = 3.31%
BLUE value IS 237 (92.97% from 255) = 71.39%
R=25.30%
G=3.31%
B=71.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal84112370.650.9500.07259.3891.1348.63
Hex54BED415F071035b31
Octal124133551011370740313361
Binary10101001011111011011000001101111101111000000111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,11,237); }

 H1.HeaderClassName
 {
   color: #540BED;
 }
 .AnyTagClassName
 {
   color: #540BED;
 }
</style>
background-color css

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

 a { background-color: rgb(84,11,237); }

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

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

 span { border-color: rgb(84,11,237); }

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