#6C2E99

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

Shades of Royal Purple #6C2E99

Tints of Royal Purple #6C2E99

Color information

#6C2E99 (or 0x6C2E99) is unknown color: approx Royal Purple. HEX triplet: 6C, 2E and 99. RGB value is (108,46,153). Sum of RGB (Red+Green+Blue) = 108+46+153=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C2E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2E99 is #93D166. Grayscale: #4C4C4C. Windows color (decimal): -9687399 or 10038892. OLE color: 10038892.

HSL color Cylindrical-coordinate representation of color #6C2E99: hue angle of 274.77º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C2E99 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10846153-
CMYK0.290.7000.4
HSL274.77º53.77%39.02%-
HSV(B)274.77º69.93%60%-
XYZ12.917.4430.89-
YUV76.74171.04150.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.18%
GREEN value IS 46 (18.36% from 255) = 14.98%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=35.18%
G=14.98%
B=49.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal108461530.290.7000.4274.7753.7739.02
Hex6C2E991D460281133627
Octal15456231351060504236647
Binary1101100101110100110011110110001100101000100010011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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