#6528A4

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

Shades of Royal Purple #6528A4

Tints of Royal Purple #6528A4

Color information

#6528A4 (or 0x6528A4) is unknown color: approx Royal Purple. HEX triplet: 65, 28 and A4. RGB value is (101,40,164). Sum of RGB (Red+Green+Blue) = 101+40+164=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 164 (64.45% from 255 or 53.77% from 305); Max value from RGB is 164 - color contains mainly: blue. Hex color #6528A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6528A4 is #9AD75B. Grayscale: #474747. Windows color (decimal): -10147676 or 10758245. OLE color: 10758245.

HSL color Cylindrical-coordinate representation of color #6528A4: hue angle of 269.52º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6528A4 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10140164-
CMYK0.380.7600.36
HSL269.52º60.78%40%-
HSV(B)269.52º75.61%64.31%-
XYZ12.836.9635.79-
YUV72.38179.71148.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.11%
GREEN value IS 40 (16.02% from 255) = 13.11%
BLUE value IS 164 (64.45% from 255) = 53.77%
R=33.11%
G=13.11%
B=53.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101401640.380.7600.36269.5260.7840
Hex6528A4264C02410e3d28
Octal14550244461140444167550
Binary11001011010001010010010011010011000100100100001110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6528A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6528A4; }

 p { color: rgb(101,40,164); }

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

<style>
 a { background-color: #6528A4; }

 a { background-color: rgb(101,40,164); }

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

<style>
 span { border-color: #6528A4; }

 span { border-color: rgb(101,40,164); }

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