#6C3699

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

Shades of Royal Purple #6C3699

Tints of Royal Purple #6C3699

Color information

#6C3699 (or 0x6C3699) is unknown color: approx Royal Purple. HEX triplet: 6C, 36 and 99. RGB value is (108,54,153). Sum of RGB (Red+Green+Blue) = 108+54+153=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C3699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3699 is #93C966. Grayscale: #515151. Windows color (decimal): -9685351 or 10040940. OLE color: 10040940.

HSL color Cylindrical-coordinate representation of color #6C3699: hue angle of 272.73º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C3699 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10854153-
CMYK0.290.6500.4
HSL272.73º47.83%40.59%-
HSV(B)272.73º64.71%60%-
XYZ13.258.1331.01-
YUV81.43168.39146.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.29%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=34.29%
G=17.14%
B=48.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal108541530.290.6500.4272.7347.8340.59
Hex6C36991D410281113029
Octal15466231351010504216051
Binary1101100110110100110011110110000010101000100010001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,54,153); }

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

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

 a { background-color: rgb(108,54,153); }

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

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

 span { border-color: rgb(108,54,153); }

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