#6C299E

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

Shades of Royal Purple #6C299E

Tints of Royal Purple #6C299E

Color information

#6C299E (or 0x6C299E) is unknown color: approx Royal Purple. HEX triplet: 6C, 29 and 9E. RGB value is (108,41,158). Sum of RGB (Red+Green+Blue) = 108+41+158=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C299E is #93D661. Grayscale: #494949. Windows color (decimal): -9688674 or 10365292. OLE color: 10365292.

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

Color convert

RGB10841158-
CMYK0.320.7400.38
HSL274.36º58.79%39.02%-
HSV(B)274.36º74.05%61.96%-
XYZ13.157.2433.05-
YUV74.37175.2151.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.18%
GREEN value IS 41 (16.41% from 255) = 13.36%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=35.18%
G=13.36%
B=51.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108411580.320.7400.38274.3658.7939.02
Hex6C299E204A0261123b27
Octal15451236401120464227347
Binary11011001010011001111010000010010100100110100010010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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