#6539AD

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

Shades of Royal Purple #6539AD

Tints of Royal Purple #6539AD

Color information

#6539AD (or 0x6539AD) is unknown color: approx Royal Purple. HEX triplet: 65, 39 and AD. RGB value is (101,57,173). Sum of RGB (Red+Green+Blue) = 101+57+173=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #6539AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6539AD is #9AC652. Grayscale: #525252. Windows color (decimal): -10143315 or 11352421. OLE color: 11352421.

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

Color convert

RGB10157173-
CMYK0.420.6700.32
HSL262.76º50.43%45.1%-
HSV(B)262.76º67.05%67.84%-
XYZ14.378.7140.46-
YUV83.38178.58140.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.51%
GREEN value IS 57 (22.66% from 255) = 17.22%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=30.51%
G=17.22%
B=52.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101571730.420.6700.32262.7650.4345.1
Hex6539AD2A43020107322d
Octal14571255521030404076255
Binary11001011110011010110110101010000110100000100000111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6539AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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