#6C3CAB

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

Shades of Royal Purple #6C3CAB

Tints of Royal Purple #6C3CAB

Color information

#6C3CAB (or 0x6C3CAB) is unknown color: approx Royal Purple. HEX triplet: 6C, 3C and AB. RGB value is (108,60,171). Sum of RGB (Red+Green+Blue) = 108+60+171=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C3CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3CAB is #93C354. Grayscale: #565656. Windows color (decimal): -9683797 or 11222124. OLE color: 11222124.

HSL color Cylindrical-coordinate representation of color #6C3CAB: hue angle of 265.95º 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 #6C3CAB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10860171-
CMYK0.370.6500.33
HSL265.95º48.05%45.29%-
HSV(B)265.95º64.91%67.06%-
XYZ15.159.3639.54-
YUV87.01175.4142.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.86%
GREEN value IS 60 (23.83% from 255) = 17.70%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=31.86%
G=17.70%
B=50.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108601710.370.6500.33265.9548.0545.29
Hex6C3CAB254102110a302d
Octal15474253451010414126055
Binary11011001111001010101110010110000010100001100001010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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