#6529A0

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

Shades of Royal Purple #6529A0

Tints of Royal Purple #6529A0

Color information

#6529A0 (or 0x6529A0) is unknown color: approx Royal Purple. HEX triplet: 65, 29 and A0. RGB value is (101,41,160). Sum of RGB (Red+Green+Blue) = 101+41+160=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 160 (62.89% from 255 or 52.98% from 302); Max value from RGB is 160 - color contains mainly: blue. Hex color #6529A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6529A0 is #9AD65F. Grayscale: #484848. Windows color (decimal): -10147424 or 10496357. OLE color: 10496357.

HSL color Cylindrical-coordinate representation of color #6529A0: hue angle of 270.25º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6529A0 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10141160-
CMYK0.370.7400.37
HSL270.25º59.2%39.41%-
HSV(B)270.25º74.37%62.75%-
XYZ12.56.8933.93-
YUV72.51177.38148.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 41 (16.41% from 255) = 13.58%
BLUE value IS 160 (62.89% from 255) = 52.98%
R=33.44%
G=13.58%
B=52.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101411600.370.7400.37270.2559.239.41
Hex6529A0254A02510e3b27
Octal14551240451120454167347
Binary11001011010011010000010010110010100100101100001110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6529A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6529A0; }

 p { color: rgb(101,41,160); }

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

<style>
 a { background-color: #6529A0; }

 a { background-color: rgb(101,41,160); }

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

<style>
 span { border-color: #6529A0; }

 span { border-color: rgb(101,41,160); }

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