#6540AB

Color #6540AB Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #6540AB

Tints of Royal Purple #6540AB

Color information

#6540AB (or 0x6540AB) is unknown color: approx Royal Purple. HEX triplet: 65, 40 and AB. RGB value is (101,64,171). Sum of RGB (Red+Green+Blue) = 101+64+171=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #6540AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6540AB is #9ABF54. Grayscale: #565656. Windows color (decimal): -10141525 or 11223141. OLE color: 11223141.

HSL color Cylindrical-coordinate representation of color #6540AB: hue angle of 260.75º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6540AB is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10164171-
CMYK0.410.6300.33
HSL260.75º45.53%46.08%-
HSV(B)260.75º62.57%67.06%-
XYZ14.559.3739.57-
YUV87.26175.26137.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.06%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=30.06%
G=19.05%
B=50.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101641710.410.6300.33260.7545.5346.08
Hex6540AB293F0211052e2e
Octal14510025351770414055656
Binary11001011000000101010111010011111110100001100000101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6540AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6540AB; }

 p { color: rgb(101,64,171); }

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

<style>
 a { background-color: #6540AB; }

 a { background-color: rgb(101,64,171); }

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

<style>
 span { border-color: #6540AB; }

 span { border-color: rgb(101,64,171); }

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