#6C309B

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

Shades of Royal Purple #6C309B

Tints of Royal Purple #6C309B

Color information

#6C309B (or 0x6C309B) is unknown color: approx Royal Purple. HEX triplet: 6C, 30 and 9B. RGB value is (108,48,155). Sum of RGB (Red+Green+Blue) = 108+48+155=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C309B is #93CF64. Grayscale: #4D4D4D. Windows color (decimal): -9686885 or 10170476. OLE color: 10170476.

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

Color convert

RGB10848155-
CMYK0.300.6900.39
HSL273.64º52.71%39.8%-
HSV(B)273.64º69.03%60.78%-
XYZ13.167.6731.8-
YUV78.14171.38149.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.73%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=34.73%
G=15.43%
B=49.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108481550.300.6900.39273.6452.7139.8
Hex6C309B1E450271123528
Octal15460233361050474226550
Binary1101100110000100110111111010001010100111100010010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,48,155); }

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

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

 a { background-color: rgb(108,48,155); }

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

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

 span { border-color: rgb(108,48,155); }

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