#6C3AAC

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

Shades of Royal Purple #6C3AAC

Tints of Royal Purple #6C3AAC

Color information

#6C3AAC (or 0x6C3AAC) is unknown color: approx Royal Purple. HEX triplet: 6C, 3A and AC. RGB value is (108,58,172). Sum of RGB (Red+Green+Blue) = 108+58+172=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C3AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3AAC is #93C553. Grayscale: #555555. Windows color (decimal): -9684308 or 11287148. OLE color: 11287148.

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

Color convert

RGB10858172-
CMYK0.370.6600.33
HSL266.32º49.57%45.1%-
HSV(B)266.32º66.28%67.45%-
XYZ15.149.1940.01-
YUV85.95176.56143.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.95%
GREEN value IS 58 (23.05% from 255) = 17.16%
BLUE value IS 172 (67.58% from 255) = 50.89%
R=31.95%
G=17.16%
B=50.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108581720.370.6600.33266.3249.5745.1
Hex6C3AAC254202110a322d
Octal15472254451020414126255
Binary11011001110101010110010010110000100100001100001010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,58,172); }

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

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

 a { background-color: rgb(108,58,172); }

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

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

 span { border-color: rgb(108,58,172); }

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