#6c28ab

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

Shades of Royal Purple #6C28AB

Tints of Royal Purple #6C28AB

Color information

#6C28AB (or 0x6C28AB) is unknown color: approx Royal Purple. HEX triplet: 6C, 28 and AB. RGB value is (108,40,171). Sum of RGB (Red+Green+Blue) = 108+40+171=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C28AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C28AB is #93D754. Grayscale: #4A4A4A. Windows color (decimal): -9688917 or 11217004. OLE color: 11217004.

HSL color Cylindrical-coordinate representation of color #6C28AB: hue angle of 271.15º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C28AB is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10840171-
CMYK0.370.7700.33
HSL271.15º62.09%41.37%-
HSV(B)271.15º76.61%67.06%-
XYZ14.297.6539.25-
YUV75.27182.03151.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.86%
GREEN value IS 40 (16.02% from 255) = 12.54%
BLUE value IS 171 (67.19% from 255) = 53.61%
R=33.86%
G=12.54%
B=53.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108401710.370.7700.33271.1562.0941.37
Hex6C28AB254D02110f3e29
Octal15450253451150414177651
Binary11011001010001010101110010110011010100001100001111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c28ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,40,171); }

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

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

 a { background-color: rgb(108,40,171); }

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

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

 span { border-color: rgb(108,40,171); }

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