#6C339F

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

Shades of Royal Purple #6C339F

Tints of Royal Purple #6C339F

Color information

#6C339F (or 0x6C339F) is unknown color: approx Royal Purple. HEX triplet: 6C, 33 and 9F. RGB value is (108,51,159). Sum of RGB (Red+Green+Blue) = 108+51+159=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C339F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C339F is #93CC60. Grayscale: #4F4F4F. Windows color (decimal): -9686113 or 10433388. OLE color: 10433388.

HSL color Cylindrical-coordinate representation of color #6C339F: hue angle of 271.67º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C339F is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10851159-
CMYK0.320.6800.38
HSL271.67º51.43%41.18%-
HSV(B)271.67º67.92%62.35%-
XYZ13.638.0633.64-
YUV80.36172.38147.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.96%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 159 (62.5% from 255) = 50%
R=33.96%
G=16.04%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108511590.320.6800.38271.6751.4341.18
Hex6C339F20440261103329
Octal15463237401040464206351
Binary11011001100111001111110000010001000100110100010000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,51,159); }

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

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

 a { background-color: rgb(108,51,159); }

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

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

 span { border-color: rgb(108,51,159); }

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