#693FAE

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

Shades of Royal Purple #693FAE

Tints of Royal Purple #693FAE

Color information

#693FAE (or 0x693FAE) is unknown color: approx Royal Purple. HEX triplet: 69, 3F and AE. RGB value is (105,63,174). Sum of RGB (Red+Green+Blue) = 105+63+174=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #693FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693FAE is #96C051. Grayscale: #575757. Windows color (decimal): -9879634 or 11419497. OLE color: 11419497.

HSL color Cylindrical-coordinate representation of color #693FAE: hue angle of 262.7º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #693FAE is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10563174-
CMYK0.400.6400.32
HSL262.7º46.84%46.47%-
HSV(B)262.7º63.79%68.24%-
XYZ15.249.6141.1-
YUV88.21176.41139.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 63 (25% from 255) = 18.42%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=30.70%
G=18.42%
B=50.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105631740.400.6400.32262.746.8446.47
Hex693FAE28400201072f2e
Octal15177256501000404075756
Binary11010011111111010111010100010000000100000100000111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,63,174); }

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

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

 a { background-color: rgb(105,63,174); }

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

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

 span { border-color: rgb(105,63,174); }

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