#6C44AD

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

Shades of Royal Purple #6C44AD

Tints of Royal Purple #6C44AD

Color information

#6C44AD (or 0x6C44AD) is unknown color: approx Royal Purple. HEX triplet: 6C, 44 and AD. RGB value is (108,68,173). Sum of RGB (Red+Green+Blue) = 108+68+173=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C44AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C44AD is #93BB52. Grayscale: #5B5B5B. Windows color (decimal): -9681747 or 11355244. OLE color: 11355244.

HSL color Cylindrical-coordinate representation of color #6C44AD: hue angle of 262.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C44AD is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10868173-
CMYK0.380.6100.32
HSL262.86º43.57%47.25%-
HSV(B)262.86º60.69%67.84%-
XYZ15.7910.3440.7-
YUV91.93173.75139.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.95%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 173 (67.97% from 255) = 49.57%
R=30.95%
G=19.48%
B=49.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108681730.380.6100.32262.8643.5747.25
Hex6C44AD263D0201072c2f
Octal15410425546750404075457
Binary11011001000100101011011001101111010100000100000111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C44AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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