#693E9E

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

Shades of Royal Purple #693E9E

Tints of Royal Purple #693E9E

Color information

#693E9E (or 0x693E9E) is unknown color: approx Royal Purple. HEX triplet: 69, 3E and 9E. RGB value is (105,62,158). Sum of RGB (Red+Green+Blue) = 105+62+158=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #693E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693E9E is #96C161. Grayscale: #555555. Windows color (decimal): -9879906 or 10370665. OLE color: 10370665.

HSL color Cylindrical-coordinate representation of color #693E9E: hue angle of 266.88º 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 #693E9E is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10562158-
CMYK0.340.6100.38
HSL266.88º43.64%43.14%-
HSV(B)266.88º60.76%61.96%-
XYZ13.728.9233.35-
YUV85.8168.75141.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 62 (24.61% from 255) = 19.08%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=32.31%
G=19.08%
B=48.62%

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
Decimal105621580.340.6100.38266.8843.6443.14
Hex693E9E223D02610b2c2b
Octal1517623642750464135453
Binary1101001111110100111101000101111010100110100001011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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