#6C3BAE

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

Shades of Royal Purple #6C3BAE

Tints of Royal Purple #6C3BAE

Color information

#6C3BAE (or 0x6C3BAE) is unknown color: approx Royal Purple. HEX triplet: 6C, 3B and AE. RGB value is (108,59,174). Sum of RGB (Red+Green+Blue) = 108+59+174=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C3BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3BAE is #93C451. Grayscale: #565656. Windows color (decimal): -9684050 or 11418476. OLE color: 11418476.

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

Color convert

RGB10859174-
CMYK0.380.6600.32
HSL265.57º49.36%45.69%-
HSV(B)265.57º66.09%68.24%-
XYZ15.399.3741.04-
YUV86.76177.23143.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.67%
GREEN value IS 59 (23.44% from 255) = 17.30%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=31.67%
G=17.30%
B=51.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108591740.380.6600.32265.5749.3645.69
Hex6C3BAE264202010a312e
Octal15473256461020404126156
Binary11011001110111010111010011010000100100000100001010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,59,174); }

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

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

 a { background-color: rgb(108,59,174); }

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

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

 span { border-color: rgb(108,59,174); }

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