#6B329B

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

Shades of Royal Purple #6B329B

Tints of Royal Purple #6B329B

Color information

#6B329B (or 0x6B329B) is unknown color: approx Royal Purple. HEX triplet: 6B, 32 and 9B. RGB value is (107,50,155). Sum of RGB (Red+Green+Blue) = 107+50+155=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 50 (19.92% from 255 or 16.03% 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 #6B329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B329B is #94CD64. Grayscale: #4E4E4E. Windows color (decimal): -9751909 or 10170987. OLE color: 10170987.

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

Color convert

RGB10750155-
CMYK0.310.6800.39
HSL272.57º51.22%40.2%-
HSV(B)272.57º67.74%60.78%-
XYZ13.127.7731.82-
YUV79.01170.88147.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.29%
GREEN value IS 50 (19.92% from 255) = 16.03%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=34.29%
G=16.03%
B=49.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal107501550.310.6800.39272.5751.2240.2
Hex6B329B1F440271113328
Octal15362233371040474216350
Binary1101011110010100110111111110001000100111100010001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,50,155); }

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

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

 a { background-color: rgb(107,50,155); }

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

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

 span { border-color: rgb(107,50,155); }

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