#693EAA

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

Shades of Royal Purple #693EAA

Tints of Royal Purple #693EAA

Color information

#693EAA (or 0x693EAA) is unknown color: approx Royal Purple. HEX triplet: 69, 3E and AA. RGB value is (105,62,170). Sum of RGB (Red+Green+Blue) = 105+62+170=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #693EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693EAA is #96C155. Grayscale: #565656. Windows color (decimal): -9879894 or 11157097. OLE color: 11157097.

HSL color Cylindrical-coordinate representation of color #693EAA: hue angle of 263.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #693EAA is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10562170-
CMYK0.380.6400.33
HSL263.89º46.55%45.49%-
HSV(B)263.89º63.53%66.67%-
XYZ14.89.3539.05-
YUV87.17174.75140.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 62 (24.61% from 255) = 18.40%
BLUE value IS 170 (66.80% from 255) = 50.45%
R=31.16%
G=18.40%
B=50.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105621700.380.6400.33263.8946.5545.49
Hex693EAA26400211082f2d
Octal15176252461000414105755
Binary11010011111101010101010011010000000100001100001000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,62,170); }

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

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

 a { background-color: rgb(105,62,170); }

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

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

 span { border-color: rgb(105,62,170); }

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