#693DB2

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

Shades of Royal Purple #693DB2

Tints of Royal Purple #693DB2

Color information

#693DB2 (or 0x693DB2) is unknown color: approx Royal Purple. HEX triplet: 69, 3D and B2. RGB value is (105,61,178). Sum of RGB (Red+Green+Blue) = 105+61+178=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 178 (69.92% from 255 or 51.74% from 344); Max value from RGB is 178 - color contains mainly: blue. Hex color #693DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693DB2 is #96C24D. Grayscale: #575757. Windows color (decimal): -9880142 or 11681129. OLE color: 11681129.

HSL color Cylindrical-coordinate representation of color #693DB2: hue angle of 262.56º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #693DB2 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10561178-
CMYK0.410.6600.30
HSL262.56º48.95%46.86%-
HSV(B)262.56º65.73%69.8%-
XYZ15.539.5643.15-
YUV87.49179.08140.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 61 (24.22% from 255) = 17.73%
BLUE value IS 178 (69.92% from 255) = 51.74%
R=30.52%
G=17.73%
B=51.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal105611780.410.6600.30262.5648.9546.86
Hex693DB2294201E107312f
Octal15175262511020364076157
Binary1101001111101101100101010011000010011110100000111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693DB2; }

 p { color: rgb(105,61,178); }

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

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

 a { background-color: rgb(105,61,178); }

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

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

 span { border-color: rgb(105,61,178); }

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