#6B339C

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

Shades of Royal Purple #6B339C

Tints of Royal Purple #6B339C

Color information

#6B339C (or 0x6B339C) is unknown color: approx Royal Purple. HEX triplet: 6B, 33 and 9C. RGB value is (107,51,156). Sum of RGB (Red+Green+Blue) = 107+51+156=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B339C is #94CC63. Grayscale: #4F4F4F. Windows color (decimal): -9751652 or 10236779. OLE color: 10236779.

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

Color convert

RGB10751156-
CMYK0.310.6700.39
HSL272º50.72%40.59%-
HSV(B)272º67.31%61.18%-
XYZ13.257.8932.28-
YUV79.71171.05147.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.08%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 156 (61.33% from 255) = 49.68%
R=34.08%
G=16.24%
B=49.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal107511560.310.6700.3927250.7240.59
Hex6B339C1F430271103329
Octal15363234371030474206351
Binary1101011110011100111001111110000110100111100010000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,51,156); }

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

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

 a { background-color: rgb(107,51,156); }

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

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

 span { border-color: rgb(107,51,156); }

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