#6732A0

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

Shades of Royal Purple #6732A0

Tints of Royal Purple #6732A0

Color information

#6732A0 (or 0x6732A0) is unknown color: approx Royal Purple. HEX triplet: 67, 32 and A0. RGB value is (103,50,160). Sum of RGB (Red+Green+Blue) = 103+50+160=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 160 (62.89% from 255 or 51.12% from 313); Max value from RGB is 160 - color contains mainly: blue. Hex color #6732A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6732A0 is #98CD5F. Grayscale: #4E4E4E. Windows color (decimal): -10014048 or 10498663. OLE color: 10498663.

HSL color Cylindrical-coordinate representation of color #6732A0: hue angle of 268.91º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6732A0 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10350160-
CMYK0.360.6900.37
HSL268.91º52.38%41.18%-
HSV(B)268.91º68.75%62.75%-
XYZ13.087.734.06-
YUV78.39174.06145.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.91%
GREEN value IS 50 (19.92% from 255) = 15.97%
BLUE value IS 160 (62.89% from 255) = 51.12%
R=32.91%
G=15.97%
B=51.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal103501600.360.6900.37268.9152.3841.18
Hex6732A0244502510d3429
Octal14762240441050454156451
Binary11001111100101010000010010010001010100101100001101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6732A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,50,160); }

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

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

 a { background-color: rgb(103,50,160); }

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

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

 span { border-color: rgb(103,50,160); }

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