#691A9F

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

Shades of Royal Purple #691A9F

Tints of Royal Purple #691A9F

Color information

#691A9F (or 0x691A9F) is unknown color: approx Royal Purple. HEX triplet: 69, 1A and 9F. RGB value is (105,26,159). Sum of RGB (Red+Green+Blue) = 105+26+159=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #691A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691A9F is #96E560. Grayscale: #404040. Windows color (decimal): -9889121 or 10426985. OLE color: 10426985.

HSL color Cylindrical-coordinate representation of color #691A9F: hue angle of 275.64º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691A9F is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10526159-
CMYK0.340.8400.38
HSL275.64º71.89%36.27%-
HSV(B)275.64º83.65%62.35%-
XYZ12.456.2533.35-
YUV64.78181.17156.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 26 (10.55% from 255) = 8.97%
BLUE value IS 159 (62.5% from 255) = 54.83%
R=36.21%
G=8.97%
B=54.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105261590.340.8400.38275.6471.8936.27
Hex691A9F22540261144824
Octal151322374212404642411044
Binary11010011101010011111100010101010001001101000101001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691A9F; }

 p { color: rgb(105,26,159); }

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

<style>
 a { background-color: #691A9F; }

 a { background-color: rgb(105,26,159); }

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

<style>
 span { border-color: #691A9F; }

 span { border-color: rgb(105,26,159); }

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