#6A479F

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

Shades of Royal Purple #6A479F

Tints of Royal Purple #6A479F

Color information

#6A479F (or 0x6A479F) is unknown color: approx Royal Purple. HEX triplet: 6A, 47 and 9F. RGB value is (106,71,159). Sum of RGB (Red+Green+Blue) = 106+71+159=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A479F is #95B860. Grayscale: #5B5B5B. Windows color (decimal): -9812065 or 10438506. OLE color: 10438506.

HSL color Cylindrical-coordinate representation of color #6A479F: hue angle of 263.86º 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 #6A479F is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10671159-
CMYK0.330.5500.38
HSL263.86º38.26%45.1%-
HSV(B)263.86º55.35%62.35%-
XYZ14.4610.0733.98-
YUV91.5166.1138.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.55%
GREEN value IS 71 (28.12% from 255) = 21.13%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=31.55%
G=21.13%
B=47.32%

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
Decimal106711590.330.5500.38263.8638.2645.1
Hex6A479F2137026108262d
Octal15210723741670464104655
Binary11010101000111100111111000011101110100110100001000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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