#6A468E

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

Shades of Royal Purple #6A468E

Tints of Royal Purple #6A468E

Color information

#6A468E (or 0x6A468E) is unknown color: approx Royal Purple. HEX triplet: 6A, 46 and 8E. RGB value is (106,70,142). Sum of RGB (Red+Green+Blue) = 106+70+142=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A468E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A468E is #95B971. Grayscale: #585858. Windows color (decimal): -9812338 or 9324138. OLE color: 9324138.

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

Color convert

RGB10670142-
CMYK0.250.5100.44
HSL270º33.96%41.57%-
HSV(B)270º50.7%55.69%-
XYZ13.029.426.72-
YUV88.97157.93140.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.33%
GREEN value IS 70 (27.73% from 255) = 22.01%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=33.33%
G=22.01%
B=44.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106701420.250.5100.4427033.9641.57
Hex6A468E193302C10e222a
Octal15210621631630544164252
Binary1101010100011010001110110011100110101100100001110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,70,142); }

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

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

 a { background-color: rgb(106,70,142); }

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

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

 span { border-color: rgb(106,70,142); }

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