#6B418D

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

Shades of Royal Purple #6B418D

Tints of Royal Purple #6B418D

Color information

#6B418D (or 0x6B418D) is unknown color: approx Royal Purple. HEX triplet: 6B, 41 and 8D. RGB value is (107,65,141). Sum of RGB (Red+Green+Blue) = 107+65+141=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B418D is #94BE72. Grayscale: #555555. Windows color (decimal): -9748083 or 9257323. OLE color: 9257323.

HSL color Cylindrical-coordinate representation of color #6B418D: hue angle of 273.16º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B418D is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10765141-
CMYK0.240.5400.45
HSL273.16º36.89%40.39%-
HSV(B)273.16º53.9%55.29%-
XYZ12.768.8326.23-
YUV86.22158.91142.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.19%
GREEN value IS 65 (25.78% from 255) = 20.77%
BLUE value IS 141 (55.47% from 255) = 45.05%
R=34.19%
G=20.77%
B=45.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107651410.240.5400.45273.1636.8940.39
Hex6B418D183602D1112528
Octal15310121530660554214550
Binary1101011100000110001101110001101100101101100010001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,65,141); }

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

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

 a { background-color: rgb(107,65,141); }

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

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

 span { border-color: rgb(107,65,141); }

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