#6D41B0

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

Shades of Royal Purple #6D41B0

Tints of Royal Purple #6D41B0

Color information

#6D41B0 (or 0x6D41B0) is unknown color: approx Royal Purple. HEX triplet: 6D, 41 and B0. RGB value is (109,65,176). Sum of RGB (Red+Green+Blue) = 109+65+176=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #6D41B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D41B0 is #92BE4F. Grayscale: #5A5A5A. Windows color (decimal): -9616976 or 11551085. OLE color: 11551085.

HSL color Cylindrical-coordinate representation of color #6D41B0: hue angle of 263.78º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D41B0 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10965176-
CMYK0.380.6300.31
HSL263.78º46.06%47.25%-
HSV(B)263.78º63.07%69.02%-
XYZ16.0310.1742.19-
YUV90.81176.08140.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.14%
GREEN value IS 65 (25.78% from 255) = 18.57%
BLUE value IS 176 (69.14% from 255) = 50.29%
R=31.14%
G=18.57%
B=50.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109651760.380.6300.31263.7846.0647.25
Hex6D41B0263F01F1082e2f
Octal15510126046770374105657
Binary1101101100000110110000100110111111011111100001000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D41B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,65,176); }

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

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

 a { background-color: rgb(109,65,176); }

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

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

 span { border-color: rgb(109,65,176); }

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