#6540AC

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

Shades of Royal Purple #6540AC

Tints of Royal Purple #6540AC

Color information

#6540AC (or 0x6540AC) is unknown color: approx Royal Purple. HEX triplet: 65, 40 and AC. RGB value is (101,64,172). Sum of RGB (Red+Green+Blue) = 101+64+172=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #6540AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6540AC is #9ABF53. Grayscale: #565656. Windows color (decimal): -10141524 or 11288677. OLE color: 11288677.

HSL color Cylindrical-coordinate representation of color #6540AC: hue angle of 260.56º 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 #6540AC is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10164172-
CMYK0.410.6300.33
HSL260.56º45.76%46.27%-
HSV(B)260.56º62.79%67.45%-
XYZ14.659.4140.07-
YUV87.38175.76137.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.97%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=29.97%
G=18.99%
B=51.04%

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
Decimal101641720.410.6300.33260.5645.7646.27
Hex6540AC293F0211052e2e
Octal14510025451770414055656
Binary11001011000000101011001010011111110100001100000101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6540AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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