#6340AA

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

Shades of Royal Purple #6340AA

Tints of Royal Purple #6340AA

Color information

#6340AA (or 0x6340AA) is unknown color: approx Royal Purple. HEX triplet: 63, 40 and AA. RGB value is (99,64,170). Sum of RGB (Red+Green+Blue) = 99+64+170=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #6340AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6340AA is #9CBF55. Grayscale: #565656. Windows color (decimal): -10272598 or 11157603. OLE color: 11157603.

HSL color Cylindrical-coordinate representation of color #6340AA: hue angle of 259.81º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6340AA is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9964170-
CMYK0.420.6200.33
HSL259.81º45.3%45.88%-
HSV(B)259.81º62.35%66.67%-
XYZ14.239.2239.06-
YUV86.55175.1136.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.73%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 170 (66.80% from 255) = 51.05%
R=29.73%
G=19.22%
B=51.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99641700.420.6200.33259.8145.345.88
Hex6340AA2A3E0211042d2e
Octal14310025252760414045556
Binary11000111000000101010101010101111100100001100000100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6340AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,64,170); }

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

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

 a { background-color: rgb(99,64,170); }

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

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

 span { border-color: rgb(99,64,170); }

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