#6C44B6

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

Shades of Royal Purple #6C44B6

Tints of Royal Purple #6C44B6

Color information

#6C44B6 (or 0x6C44B6) is unknown color: approx Royal Purple. HEX triplet: 6C, 44 and B6. RGB value is (108,68,182). Sum of RGB (Red+Green+Blue) = 108+68+182=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #6C44B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C44B6 is #93BB49. Grayscale: #5C5C5C. Windows color (decimal): -9681738 or 11945068. OLE color: 11945068.

HSL color Cylindrical-coordinate representation of color #6C44B6: hue angle of 261.05º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C44B6 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10868182-
CMYK0.410.6300.29
HSL261.05º45.6%49.02%-
HSV(B)261.05º62.64%71.37%-
XYZ16.6910.745.44-
YUV92.96178.25138.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.17%
GREEN value IS 68 (26.95% from 255) = 18.99%
BLUE value IS 182 (71.48% from 255) = 50.84%
R=30.17%
G=18.99%
B=50.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal108681820.410.6300.29261.0545.649.02
Hex6C44B6293F01D1052e31
Octal15410426651770354055661
Binary1101100100010010110110101001111111011101100000101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C44B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,68,182); }

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

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

 a { background-color: rgb(108,68,182); }

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

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

 span { border-color: rgb(108,68,182); }

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