#6732A2

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

Shades of Royal Purple #6732A2

Tints of Royal Purple #6732A2

Color information

#6732A2 (or 0x6732A2) is unknown color: approx Royal Purple. HEX triplet: 67, 32 and A2. RGB value is (103,50,162). Sum of RGB (Red+Green+Blue) = 103+50+162=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 162 (63.67% from 255 or 51.43% from 315); Max value from RGB is 162 - color contains mainly: blue. Hex color #6732A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6732A2 is #98CD5D. Grayscale: #4E4E4E. Windows color (decimal): -10014046 or 10629735. OLE color: 10629735.

HSL color Cylindrical-coordinate representation of color #6732A2: hue angle of 268.39º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6732A2 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10350162-
CMYK0.360.6900.36
HSL268.39º52.83%41.57%-
HSV(B)268.39º69.14%63.53%-
XYZ13.267.7734.98-
YUV78.61175.06145.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.70%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 162 (63.67% from 255) = 51.43%
R=32.70%
G=15.87%
B=51.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal103501620.360.6900.36268.3952.8341.57
Hex6732A2244502410c352a
Octal14762242441050444146552
Binary11001111100101010001010010010001010100100100001100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6732A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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