#6A339B

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

Shades of Royal Purple #6A339B

Tints of Royal Purple #6A339B

Color information

#6A339B (or 0x6A339B) is unknown color: approx Royal Purple. HEX triplet: 6A, 33 and 9B. RGB value is (106,51,155). Sum of RGB (Red+Green+Blue) = 106+51+155=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A339B is #95CC64. Grayscale: #4E4E4E. Windows color (decimal): -9817189 or 10171242. OLE color: 10171242.

HSL color Cylindrical-coordinate representation of color #6A339B: hue angle of 271.73º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A339B is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10651155-
CMYK0.320.6700.39
HSL271.73º50.49%40.39%-
HSV(B)271.73º67.1%60.78%-
XYZ13.047.831.83-
YUV79.3170.72147.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.97%
GREEN value IS 51 (20.31% from 255) = 16.35%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=33.97%
G=16.35%
B=49.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal106511550.320.6700.39271.7350.4940.39
Hex6A339B20430271103228
Octal15263233401030474206250
Binary11010101100111001101110000010000110100111100010000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A339B; }

 p { color: rgb(106,51,155); }

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

<style>
 a { background-color: #6A339B; }

 a { background-color: rgb(106,51,155); }

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

<style>
 span { border-color: #6A339B; }

 span { border-color: rgb(106,51,155); }

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