#6539AC

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

Shades of Royal Purple #6539AC

Tints of Royal Purple #6539AC

Color information

#6539AC (or 0x6539AC) is unknown color: approx Royal Purple. HEX triplet: 65, 39 and AC. RGB value is (101,57,172). Sum of RGB (Red+Green+Blue) = 101+57+172=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #6539AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6539AC is #9AC653. Grayscale: #525252. Windows color (decimal): -10143316 or 11286885. OLE color: 11286885.

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

Color convert

RGB10157172-
CMYK0.410.6700.33
HSL262.96º50.22%44.9%-
HSV(B)262.96º66.86%67.45%-
XYZ14.288.6739.95-
YUV83.27178.08140.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.61%
GREEN value IS 57 (22.66% from 255) = 17.27%
BLUE value IS 172 (67.58% from 255) = 52.12%
R=30.61%
G=17.27%
B=52.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101571720.410.6700.33262.9650.2244.9
Hex6539AC2943021107322d
Octal14571254511030414076255
Binary11001011110011010110010100110000110100001100000111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6539AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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