#6A229F

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

Shades of Royal Purple #6A229F

Tints of Royal Purple #6A229F

Color information

#6A229F (or 0x6A229F) is unknown color: approx Royal Purple. HEX triplet: 6A, 22 and 9F. RGB value is (106,34,159). Sum of RGB (Red+Green+Blue) = 106+34+159=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A229F is #95DD60. Grayscale: #454545. Windows color (decimal): -9821537 or 10429034. OLE color: 10429034.

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

Color convert

RGB10634159-
CMYK0.330.7900.38
HSL274.56º64.77%37.84%-
HSV(B)274.56º78.62%62.35%-
XYZ12.776.7133.42-
YUV69.78178.35153.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.45%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 159 (62.5% from 255) = 53.18%
R=35.45%
G=11.37%
B=53.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106341590.330.7900.38274.5664.7737.84
Hex6A229F214F0261134126
Octal152422374111704642310146
Binary110101010001010011111100001100111101001101000100111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A229F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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