#6C299C

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

Shades of Royal Purple #6C299C

Tints of Royal Purple #6C299C

Color information

#6C299C (or 0x6C299C) is unknown color: approx Royal Purple. HEX triplet: 6C, 29 and 9C. RGB value is (108,41,156). Sum of RGB (Red+Green+Blue) = 108+41+156=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C299C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C299C is #93D663. Grayscale: #494949. Windows color (decimal): -9688676 or 10234220. OLE color: 10234220.

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

Color convert

RGB10841156-
CMYK0.310.7400.39
HSL274.96º58.38%38.63%-
HSV(B)274.96º73.72%61.18%-
XYZ12.987.1732.15-
YUV74.14174.2152.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.41%
GREEN value IS 41 (16.41% from 255) = 13.44%
BLUE value IS 156 (61.33% from 255) = 51.15%
R=35.41%
G=13.44%
B=51.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108411560.310.7400.39274.9658.3838.63
Hex6C299C1F4A0271133a27
Octal15451234371120474237247
Binary1101100101001100111001111110010100100111100010011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C299C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,41,156); }

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

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

 a { background-color: rgb(108,41,156); }

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

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

 span { border-color: rgb(108,41,156); }

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