#6C3BAA

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

Shades of Royal Purple #6C3BAA

Tints of Royal Purple #6C3BAA

Color information

#6C3BAA (or 0x6C3BAA) is unknown color: approx Royal Purple. HEX triplet: 6C, 3B and AA. RGB value is (108,59,170). Sum of RGB (Red+Green+Blue) = 108+59+170=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C3BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3BAA is #93C455. Grayscale: #555555. Windows color (decimal): -9684054 or 11156332. OLE color: 11156332.

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

Color convert

RGB10859170-
CMYK0.360.6500.33
HSL266.49º48.47%44.9%-
HSV(B)266.49º65.29%66.67%-
XYZ159.2239.02-
YUV86.3175.23143.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.05%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 170 (66.80% from 255) = 50.45%
R=32.05%
G=17.51%
B=50.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108591700.360.6500.33266.4948.4744.9
Hex6C3BAA244102110a302d
Octal15473252441010414126055
Binary11011001110111010101010010010000010100001100001010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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