#6749AA

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

Shades of Royal Purple #6749AA

Tints of Royal Purple #6749AA

Color information

#6749AA (or 0x6749AA) is unknown color: approx Royal Purple. HEX triplet: 67, 49 and AA. RGB value is (103,73,170). Sum of RGB (Red+Green+Blue) = 103+73+170=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #6749AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6749AA is #98B655. Grayscale: #5C5C5C. Windows color (decimal): -10008150 or 11159911. OLE color: 11159911.

HSL color Cylindrical-coordinate representation of color #6749AA: hue angle of 258.56º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6749AA is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10373170-
CMYK0.390.5700.33
HSL258.56º39.92%47.65%-
HSV(B)258.56º57.06%66.67%-
XYZ15.2310.5539.26-
YUV93.03171.44135.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.77%
GREEN value IS 73 (28.91% from 255) = 21.10%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=29.77%
G=21.10%
B=49.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103731700.390.5700.33258.5639.9247.65
Hex6749AA27390211032830
Octal14711125247710414035060
Binary11001111001001101010101001111110010100001100000011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6749AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6749AA; }

 p { color: rgb(103,73,170); }

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

<style>
 a { background-color: #6749AA; }

 a { background-color: rgb(103,73,170); }

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

<style>
 span { border-color: #6749AA; }

 span { border-color: rgb(103,73,170); }

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