#6A479E

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

Shades of Royal Purple #6A479E

Tints of Royal Purple #6A479E

Color information

#6A479E (or 0x6A479E) is unknown color: approx Royal Purple. HEX triplet: 6A, 47 and 9E. RGB value is (106,71,158). Sum of RGB (Red+Green+Blue) = 106+71+158=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A479E is #95B861. Grayscale: #5B5B5B. Windows color (decimal): -9812066 or 10372970. OLE color: 10372970.

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

Color convert

RGB10671158-
CMYK0.330.5500.38
HSL264.14º37.99%44.9%-
HSV(B)264.14º55.06%61.96%-
XYZ14.3710.0433.53-
YUV91.38165.6138.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.64%
GREEN value IS 71 (28.12% from 255) = 21.19%
BLUE value IS 158 (62.11% from 255) = 47.16%
R=31.64%
G=21.19%
B=47.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106711580.330.5500.38264.1437.9944.9
Hex6A479E2137026108262d
Octal15210723641670464104655
Binary11010101000111100111101000011101110100110100001000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,71,158); }

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

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

 a { background-color: rgb(106,71,158); }

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

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

 span { border-color: rgb(106,71,158); }

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