#693EAD

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

Shades of Royal Purple #693EAD

Tints of Royal Purple #693EAD

Color information

#693EAD (or 0x693EAD) is unknown color: approx Royal Purple. HEX triplet: 69, 3E and AD. RGB value is (105,62,173). Sum of RGB (Red+Green+Blue) = 105+62+173=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #693EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693EAD is #96C152. Grayscale: #575757. Windows color (decimal): -9879891 or 11353705. OLE color: 11353705.

HSL color Cylindrical-coordinate representation of color #693EAD: hue angle of 263.24º 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 #693EAD is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10562173-
CMYK0.390.6400.32
HSL263.24º47.23%46.08%-
HSV(B)263.24º64.16%67.84%-
XYZ15.099.4740.57-
YUV87.51176.25140.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 62 (24.61% from 255) = 18.24%
BLUE value IS 173 (67.97% from 255) = 50.88%
R=30.88%
G=18.24%
B=50.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105621730.390.6400.32263.2447.2346.08
Hex693EAD27400201072f2e
Octal15176255471000404075756
Binary11010011111101010110110011110000000100000100000111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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