#693391

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

Shades of Royal Purple #693391

Tints of Royal Purple #693391

Color information

#693391 (or 0x693391) is unknown color: approx Royal Purple. HEX triplet: 69, 33 and 91. RGB value is (105,51,145). Sum of RGB (Red+Green+Blue) = 105+51+145=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #693391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693391 is #96CC6E. Grayscale: #4D4D4D. Windows color (decimal): -9882735 or 9515881. OLE color: 9515881.

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

Color convert

RGB10551145-
CMYK0.280.6500.43
HSL274.47º47.96%38.43%-
HSV(B)274.47º64.83%56.86%-
XYZ12.127.4227.58-
YUV77.86165.89147.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 145 (57.03% from 255) = 48.17%
R=34.88%
G=16.94%
B=48.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105511450.280.6500.43274.4747.9638.43
Hex6933911C4102B1123026
Octal15163221341010534226046
Binary1101001110011100100011110010000010101011100010010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693391; }

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

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

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

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

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

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

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

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