#693191

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

Shades of Royal Purple #693191

Tints of Royal Purple #693191

Color information

#693191 (or 0x693191) is unknown color: approx Royal Purple. HEX triplet: 69, 31 and 91. RGB value is (105,49,145). Sum of RGB (Red+Green+Blue) = 105+49+145=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #693191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693191 is #96CE6E. Grayscale: #4C4C4C. Windows color (decimal): -9883247 or 9515369. OLE color: 9515369.

HSL color Cylindrical-coordinate representation of color #693191: hue angle of 275º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #693191 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10549145-
CMYK0.280.6600.43
HSL275º49.48%38.04%-
HSV(B)275º66.21%56.86%-
XYZ12.037.2427.55-
YUV76.69166.55148.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 49 (19.53% from 255) = 16.39%
BLUE value IS 145 (57.03% from 255) = 48.49%
R=35.12%
G=16.39%
B=48.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105491450.280.6600.4327549.4838.04
Hex6931911C4202B1133126
Octal15161221341020534236146
Binary1101001110001100100011110010000100101011100010011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693191; }

 p { color: rgb(105,49,145); }

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

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

 a { background-color: rgb(105,49,145); }

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

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

 span { border-color: rgb(105,49,145); }

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