#6F339B

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

Shades of Royal Purple #6F339B

Tints of Royal Purple #6F339B

Color information

#6F339B (or 0x6F339B) is unknown color: approx Royal Purple. HEX triplet: 6F, 33 and 9B. RGB value is (111,51,155). Sum of RGB (Red+Green+Blue) = 111+51+155=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F339B is #90CC64. Grayscale: #505050. Windows color (decimal): -9489509 or 10171247. OLE color: 10171247.

HSL color Cylindrical-coordinate representation of color #6F339B: hue angle of 274.62º 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 #6F339B is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11151155-
CMYK0.280.6700.39
HSL274.62º50.49%40.39%-
HSV(B)274.62º67.1%60.78%-
XYZ13.668.1131.86-
YUV80.8169.88149.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.02%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=35.02%
G=16.09%
B=48.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111511550.280.6700.39274.6250.4940.39
Hex6F339B1C430271133228
Octal15763233341030474236250
Binary1101111110011100110111110010000110100111100010011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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