#6A319E

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

Shades of Royal Purple #6A319E

Tints of Royal Purple #6A319E

Color information

#6A319E (or 0x6A319E) is unknown color: approx Royal Purple. HEX triplet: 6A, 31 and 9E. RGB value is (106,49,158). Sum of RGB (Red+Green+Blue) = 106+49+158=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A319E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A319E is #95CE61. Grayscale: #4E4E4E. Windows color (decimal): -9817698 or 10367338. OLE color: 10367338.

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

Color convert

RGB10649158-
CMYK0.330.6900.38
HSL271.38º52.66%40.59%-
HSV(B)271.38º68.99%61.96%-
XYZ13.217.7333.14-
YUV78.47172.88147.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.87%
GREEN value IS 49 (19.53% from 255) = 15.65%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=33.87%
G=15.65%
B=50.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106491580.330.6900.38271.3852.6640.59
Hex6A319E214502610f3529
Octal15261236411050464176551
Binary11010101100011001111010000110001010100110100001111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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