#693E9F

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

Shades of Royal Purple #693E9F

Tints of Royal Purple #693E9F

Color information

#693E9F (or 0x693E9F) is unknown color: approx Royal Purple. HEX triplet: 69, 3E and 9F. RGB value is (105,62,159). Sum of RGB (Red+Green+Blue) = 105+62+159=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #693E9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693E9F is #96C160. Grayscale: #555555. Windows color (decimal): -9879905 or 10436201. OLE color: 10436201.

HSL color Cylindrical-coordinate representation of color #693E9F: hue angle of 266.6º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #693E9F is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10562159-
CMYK0.340.6100.38
HSL266.6º43.89%43.33%-
HSV(B)266.6º61.01%62.35%-
XYZ13.818.9533.8-
YUV85.92169.25141.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 62 (24.61% from 255) = 19.02%
BLUE value IS 159 (62.5% from 255) = 48.77%
R=32.21%
G=19.02%
B=48.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105621590.340.6100.38266.643.8943.33
Hex693E9F223D02610b2c2b
Octal1517623742750464135453
Binary1101001111110100111111000101111010100110100001011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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