#6A469F

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

Shades of Royal Purple #6A469F

Tints of Royal Purple #6A469F

Color information

#6A469F (or 0x6A469F) is unknown color: approx Royal Purple. HEX triplet: 6A, 46 and 9F. RGB value is (106,70,159). Sum of RGB (Red+Green+Blue) = 106+70+159=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A469F is #95B960. Grayscale: #5A5A5A. Windows color (decimal): -9812321 or 10438250. OLE color: 10438250.

HSL color Cylindrical-coordinate representation of color #6A469F: hue angle of 264.27º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A469F is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10670159-
CMYK0.330.5600.38
HSL264.27º38.86%44.9%-
HSV(B)264.27º55.97%62.35%-
XYZ14.399.9533.96-
YUV90.91166.43138.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.64%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 159 (62.5% from 255) = 47.46%
R=31.64%
G=20.90%
B=47.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106701590.330.5600.38264.2738.8644.9
Hex6A469F2138026108272d
Octal15210623741700464104755
Binary11010101000110100111111000011110000100110100001000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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