#693FAB

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

Shades of Royal Purple #693FAB

Tints of Royal Purple #693FAB

Color information

#693FAB (or 0x693FAB) is unknown color: approx Royal Purple. HEX triplet: 69, 3F and AB. RGB value is (105,63,171). Sum of RGB (Red+Green+Blue) = 105+63+171=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #693FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693FAB is #96C054. Grayscale: #575757. Windows color (decimal): -9879637 or 11222889. OLE color: 11222889.

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

Color convert

RGB10563171-
CMYK0.390.6300.33
HSL263.33º46.15%45.88%-
HSV(B)263.33º63.16%67.06%-
XYZ14.959.539.57-
YUV87.87174.91140.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.97%
GREEN value IS 63 (25% from 255) = 18.58%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=30.97%
G=18.58%
B=50.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105631710.390.6300.33263.3346.1545.88
Hex693FAB273F0211072e2e
Octal1517725347770414075656
Binary1101001111111101010111001111111110100001100000111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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