#6A458D

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

Shades of Royal Purple #6A458D

Tints of Royal Purple #6A458D

Color information

#6A458D (or 0x6A458D) is unknown color: approx Royal Purple. HEX triplet: 6A, 45 and 8D. RGB value is (106,69,141). Sum of RGB (Red+Green+Blue) = 106+69+141=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A458D is #95BA72. Grayscale: #585858. Windows color (decimal): -9812595 or 9258346. OLE color: 9258346.

HSL color Cylindrical-coordinate representation of color #6A458D: hue angle of 270.83º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A458D is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10669141-
CMYK0.250.5100.45
HSL270.83º34.29%41.18%-
HSV(B)270.83º51.06%55.29%-
XYZ12.889.2426.3-
YUV88.27157.76140.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 69 (27.34% from 255) = 21.84%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=33.54%
G=21.84%
B=44.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106691410.250.5100.45270.8334.2941.18
Hex6A458D193302D10f2229
Octal15210521531630554174251
Binary1101010100010110001101110011100110101101100001111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,69,141); }

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

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

 a { background-color: rgb(106,69,141); }

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

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

 span { border-color: rgb(106,69,141); }

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