#6C3492

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

Shades of Royal Purple #6C3492

Tints of Royal Purple #6C3492

Color information

#6C3492 (or 0x6C3492) is unknown color: approx Royal Purple. HEX triplet: 6C, 34 and 92. RGB value is (108,52,146). Sum of RGB (Red+Green+Blue) = 108+52+146=306 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.29% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C3492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3492 is #93CB6D. Grayscale: #4F4F4F. Windows color (decimal): -9685870 or 9581676. OLE color: 9581676.

HSL color Cylindrical-coordinate representation of color #6C3492: hue angle of 275.74º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C3492 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10852146-
CMYK0.260.6400.43
HSL275.74º47.47%38.82%-
HSV(B)275.74º64.38%57.25%-
XYZ12.67.7228.02-
YUV79.46165.55148.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.29%
GREEN value IS 52 (20.70% from 255) = 16.99%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=35.29%
G=16.99%
B=47.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal108521460.260.6400.43275.7447.4738.82
Hex6C34921A4002B1142f27
Octal15464222321000534245747
Binary1101100110100100100101101010000000101011100010100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,52,146); }

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

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

 a { background-color: rgb(108,52,146); }

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

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

 span { border-color: rgb(108,52,146); }

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