#6D3CAC

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

Shades of Royal Purple #6D3CAC

Tints of Royal Purple #6D3CAC

Color information

#6D3CAC (or 0x6D3CAC) is unknown color: approx Royal Purple. HEX triplet: 6D, 3C and AC. RGB value is (109,60,172). Sum of RGB (Red+Green+Blue) = 109+60+172=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D3CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3CAC is #92C353. Grayscale: #575757. Windows color (decimal): -9618260 or 11287661. OLE color: 11287661.

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

Color convert

RGB10960172-
CMYK0.370.6500.33
HSL266.25º48.28%45.49%-
HSV(B)266.25º65.12%67.45%-
XYZ15.379.4640.05-
YUV87.42175.73143.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.96%
GREEN value IS 60 (23.83% from 255) = 17.60%
BLUE value IS 172 (67.58% from 255) = 50.44%
R=31.96%
G=17.60%
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
Decimal109601720.370.6500.33266.2548.2845.49
Hex6D3CAC254102110a302d
Octal15574254451010414126055
Binary11011011111001010110010010110000010100001100001010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,60,172); }

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

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

 a { background-color: rgb(109,60,172); }

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

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

 span { border-color: rgb(109,60,172); }

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