#6535AD

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

Shades of Royal Purple #6535AD

Tints of Royal Purple #6535AD

Color information

#6535AD (or 0x6535AD) is unknown color: approx Royal Purple. HEX triplet: 65, 35 and AD. RGB value is (101,53,173). Sum of RGB (Red+Green+Blue) = 101+53+173=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #6535AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6535AD is #9ACA52. Grayscale: #505050. Windows color (decimal): -10144339 or 11351397. OLE color: 11351397.

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

Color convert

RGB10153173-
CMYK0.420.6900.32
HSL264º53.1%44.31%-
HSV(B)264º69.36%67.84%-
XYZ14.188.3340.4-
YUV81.03179.9142.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.89%
GREEN value IS 53 (21.09% from 255) = 16.21%
BLUE value IS 173 (67.97% from 255) = 52.91%
R=30.89%
G=16.21%
B=52.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101531730.420.6900.3226453.144.31
Hex6535AD2A45020108352c
Octal14565255521050404106554
Binary11001011101011010110110101010001010100000100001000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6535AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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