#6D3FAC

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

Shades of Royal Purple #6D3FAC

Tints of Royal Purple #6D3FAC

Color information

#6D3FAC (or 0x6D3FAC) is unknown color: approx Royal Purple. HEX triplet: 6D, 3F and AC. RGB value is (109,63,172). Sum of RGB (Red+Green+Blue) = 109+63+172=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D3FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3FAC is #92C053. Grayscale: #585858. Windows color (decimal): -9617492 or 11288429. OLE color: 11288429.

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

Color convert

RGB10963172-
CMYK0.370.6300.33
HSL265.32º46.38%46.08%-
HSV(B)265.32º63.37%67.45%-
XYZ15.539.7840.1-
YUV89.18174.74142.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.69%
GREEN value IS 63 (25% from 255) = 18.31%
BLUE value IS 172 (67.58% from 255) = 50%
R=31.69%
G=18.31%
B=50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109631720.370.6300.33265.3246.3846.08
Hex6D3FAC253F0211092e2e
Octal1557725445770414115656
Binary1101101111111101011001001011111110100001100001001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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