#693EAB

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

Shades of Royal Purple #693EAB

Tints of Royal Purple #693EAB

Color information

#693EAB (or 0x693EAB) is unknown color: approx Royal Purple. HEX triplet: 69, 3E and AB. RGB value is (105,62,171). Sum of RGB (Red+Green+Blue) = 105+62+171=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #693EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693EAB is #96C154. Grayscale: #565656. Windows color (decimal): -9879893 or 11222633. OLE color: 11222633.

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

Color convert

RGB10562171-
CMYK0.390.6400.33
HSL263.67º46.78%45.69%-
HSV(B)263.67º63.74%67.06%-
XYZ14.99.3939.56-
YUV87.28175.25140.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 62 (24.61% from 255) = 18.34%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=31.07%
G=18.34%
B=50.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105621710.390.6400.33263.6746.7845.69
Hex693EAB27400211082f2e
Octal15176253471000414105756
Binary11010011111101010101110011110000000100001100001000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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